# Created by https://www.toptal.com/developers/gitignore/api/pythonvanilla
# Edit at https://www.toptal.com/developers/gitignore?templates=pythonvanilla

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
__pypackages__/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
.cache
.pytest_cache/
.coverage

# End of https://www.toptal.com/developers/gitignore/api/pythonvanilla


# version file
_version.py

# virtual envs
venv/
.venv/

# mkdocs documentation
/site
/docs/reference

# development tools
.mypy_cache/
.ruff_cache/
.hypothesis/
.benchmarks/

# Secrets
.env

# jupyter
.ipynb_checkpoints/

# TODO
TODO*


# specific to this project:
