# Reference clone (read-only research material, not part of this repo)
reference/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.python-version

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.pyright/

# OS / editor
.DS_Store
.idea/
.vscode/

# Local secrets / env
.env
.env.*
.claude-workflows/

# transient benchmark artifacts
bench_*.log
bench_results.json
# dual-judge (#138) run outputs — transcripts, cards, and per-rubric scores are scratch
diagnostics/
judge_cards.jsonl
claude_scores.jsonl
gemma_*.jsonl
# harness (#151) per-probe run outputs
harness_*.json
deep_research_probe_report.md
