# Maintainer notes: run `make gates` (un-piped) before any push; releases follow
# RELEASING.md; cadence lives in MAINTENANCE.md. Keys live in .env (ignored below)
# and are NEVER committed.
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.env
/site/

# Local-only reference material (another project's code — never publish with sempipe)
context/

# Private working documents: never tracked, never in the sdist
/CLAUDE.md
/plan/
/TODO.md
/idea.md
