SonicDiffusionClean / .gitignore
alpercagann's picture
Set up project with external asset downloading
efb6861
raw
history blame contribute delete
208 Bytes
# Created files
__pycache__/
*.py[cod]
*.class
.DS_Store
# Large binary files - use external storage instead
assets/train.wav
assets/*.safetensors
# Large files
*.pt
*.pth
*.wav
*.safetensors
*.ckpt
*.bin