__pycache__/
*.pyc
*.pyo
.venv/
.eggs/
*.egg-info/
dist/
build/
*.egg
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.benchmarks/
*.log
.worktrees/

# Review artifacts
.full-review/

# Eval run outputs (.eval logs, intermediate files) — never commit (AGENTS.md rule 25)
logs/

# Skill output (graphify knowledge graph artifacts)
graphify-out/

# Local env (graphify LLM backend, opencode opt-ins) — never commit
.env

# Eval run reports (per-run snapshots, not source)
evals/*.md
