**/__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/logs
.git/hooks
.git/objects
.git/refs
!.git/HEAD
!.git/config
.pytest_cache
.mypy_cache
node_modules
.DS_Store
*.egg-info
dist
build
.venv
venv