# Based on https://github.com/github/gitignore/blob/main/Python.gitignore

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

# Distribution / packaging
dist/
MANIFEST
*.egg-info/
*.venv/

# Unit test / coverage reports
.tox/
nosetests.xml
.pytest_cache/

# Sphinx documentation
docs/_build/

# pyenv
# .python-version

# mypy
.mypy_cache/

*.pickle
