# --- Data: parsed datasets are never versioned ---
data/
*.parquet
*.safetensors
*.npy
*.npz
*.arrow

# --- Models and checkpoints ---
checkpoints/
runs/
wandb/
*.pt
*.ckpt

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

# --- Environment / tooling ---
.env
.envrc
*.log
.ipynb_checkpoints/
.hf_cache/

# --- Local-only working files ---
CLAUDE.md
graphify-out/
.claude/
docs/
experiments/
