# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
eggs/
parts/
bin/
var/
sdist/
develop-eggs/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

# Unit test / coverage reports
.coverage
coverage.xml
htmlcov/
.pytest_cache/

# pyenv
.python-version

# mypy
.mypy_cache/

# IDEs
.vscode/
.idea/
*.sublime-workspace

# Misc
.DS_Store
Thumbs.db
coverage.xml
.coverage

