# Never commit weights or generated output
*.safetensors
*.gguf
*.ckpt
*.pt
*.bin
outputs/
output/

# Local benchmark results + parity reference outputs (machine-specific, weights-derived)
tools/reference/

# Python
__pycache__/
*.pyc
*.pyo
.DS_Store
