.venv/
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
# Generated docs are never committed
site/
docs_build/
# Local secrets material (file secret provider) — repo root only
/secrets/
*.local.yaml
