24 lines
207 B
Text
24 lines
207 B
Text
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
.Python
|
||
|
|
env
|
||
|
|
pip-log.txt
|
||
|
|
pip-delete-this-directory.txt
|
||
|
|
.tox
|
||
|
|
.coverage
|
||
|
|
.coverage.*
|
||
|
|
.cache
|
||
|
|
nosetests.xml
|
||
|
|
coverage.xml
|
||
|
|
*.cover
|
||
|
|
*.log
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.env
|
||
|
|
.venv
|
||
|
|
venv/
|
||
|
|
ENV/
|
||
|
|
instance/
|