__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/
.eggs/

# Data / scratch (too large for git)
*.npy
*.faiss
*.npz
*.bak
data/
tiles/
compressed_tiles_*/
neurips/
tmp/*/
tmp/*.png
tmp/*.txt
tmp/*.jsonl
tmp/*.json
tmp/*.pid

# IDE / tooling
.claude/
.env
.envrc

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log
arxiv
demos/e2e/output/
eval/eval_output/
.superpowers/
.vercel

# Large local retrieval artifacts (not committed)
eval/tmp_news_state.db
eval/live_pixel_full.json
eval/live_reader_full.json
eval/frozen_reader_full.json
eval/mms_base_live.jsonl
eval/mms_lora_live.jsonl
eval/mms_naive_live.jsonl
eval/evqa_base_landmarks_live.jsonl
eval/evqa_base_inat_live.jsonl
eval/evqa_lora_landmarks_live.jsonl
eval/evqa_lora_inat_live.jsonl
