# Byte-compiled files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Test and coverage
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.tox/
.nox/
*.tox/
*.nox/
*.coverage.*
*.egg-info/
.cache/

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# Pyre type checker
.pyre/

# IDEs and editors
#.vscode/
#.idea/
*.swp
*.swo
*.swn
*~
*.bak
*.orig

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Other files
*.DS_Store
*.env
desktop.ini

# just for reference
default.style.yapf
