dist/
build/
*.egg-info/
__pycache__/
.venv/
*.pyc

# mkdocs build
site/
.coverage

.pytest_cache/
.ruff_cache/

# local provider keys (never commit)
.secrets.env
