# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
build/
dist/

# Tooling caches
.ruff_cache/
.pytest_cache/
.coverage

# Docs
site/

# Environments
.env

.cache/
