File size: 173 Bytes
2145052
 
 
 
 
1
2
3
4
5
import os

root_path = os.path.abspath(os.path.dirname(__file__))
while not os.path.isfile(os.path.join(root_path, '.gitignore')):
    root_path = os.path.dirname(root_path)