corridorkey-mrp-mlx/.gitignore
cmoyates e95bef4716
feat(weights): add CLI for downloading weights from GitHub Releases
Streaming download w/ rich progress, SHA256 verification, platformdirs
caching. Supports --tag, --asset, --force, --print-path flags + env
var overrides. Console script: corridorkey-weights.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:45:43 -03:30

32 lines
421 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