26 lines
No EOL
259 B
Text
26 lines
No EOL
259 B
Text
# .gitignore
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.git
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
.DS_Store
|
|
uploads/
|
|
certs/ |