.DS_Store
.venv/
__pycache__/
*.pyc
.env
.env.*
!.env.example

# Raw and processed corpora (build scripts live in data/, the data does not)
data/raw/
data/processed/

# Model artifacts and run output
checkpoints/
adapters/
*.gguf
*.safetensors
wandb/
mlruns/
experiments/runs/
dist/
