CLAUDE.md
.claude/

# internal planning notes (local-only)
docs/plan.md

# data products (kept out of git; ~100GB local budget)
data/
models/

# evaluation outputs (figures/tables regenerated by scripts/evaluate_baseline.py)
reports/

# fetch / build worker logs
*.log

# Analysis/QA notebooks (carry embedded plots/cutouts; regenerable, local-only)
notebooks/qa_labels.ipynb
notebooks/hsc_star_purity.ipynb
notebooks/hsc_star_colourcolour.ipynb

# python
__pycache__/
*.egg-info/
build/
dist/
.ipynb_checkpoints/
.pytest_cache/
.ruff_cache/
