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

# Local assistant/agent workflow material. These are intentionally not part of
# the public repository contract.
.local/
.codex/
.agents/
AGENTS.md
CODEX*.md
IMPLEMENTATION*.md
