__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/
.gitignore
README.md
.env
.nyc_output
node_modules/
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
