__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
build/
dist/
.venv/
venv/

# Local working notes, not part of the published project (until explicitly committed).
CLAUDE.md
dev-notes/

# The bench-specific environments name real hosts and ports; this repository is public.
*.remote.env.yaml
