33 lines
436 B
Plaintext
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* |