# python cache
__pycache__/

# python package-index
build/
dist/
*.egg-info/
.pypirc

# virtual environment
.venv/

# tooling caches
.mypy_cache/
.ruff_cache/

# docs build
docs/_build/
