Automated PR - 2026-01-05
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
checkpoints/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
.python-version
|
||||
|
||||
# IDE settings
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Other files
|
||||
.DS_Store
|
||||
tmp
|
||||
.wandb
|
||||
|
||||
# Model checkpoints
|
||||
*.ckpt
|
||||
*.pt
|
||||
*.safetensors
|
||||
*.sft
|
||||
|
||||
# Media files
|
||||
*.gif
|
||||
*.heic
|
||||
*.heif
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.json
|
||||
*.m4a
|
||||
*.mov
|
||||
*.mp4
|
||||
*.png
|
||||
*.wav
|
||||
*.webp
|
||||
Reference in New Issue
Block a user