__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.env
.venv/
venv/
env/
*.db
.pytest_cache/
.coverage
htmlcov/

# Test artifacts — never commit these
tests/agent_evals/reports/

# Local structured log artifacts (including DEBUG LLM traces)
logs/
llm-traces.jsonl

# PRD docs kept at root for convenience (canonical copies live in docs/)
task-graph-requirements.md
task-graph-review-notes.md
