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