corridorkey-mrp-mlx/.gitignore
cmoyates 1a992a853d
chore: ignore safetensors files in gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:45:43 -03:30

33 lines
436 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Model checkpoints (large binary files)
checkpoints/
# Large generated fixtures (golden .npz kept small; regenerate with dump script)
reference/fixtures/*.npz
# Sample images
samples/
# Inference outputs
output/
# Downloaded/cached weights
weights/
artifacts/
*.safetensors
*.partial
# OS files
.DS_Store
*.safetensors*