45 lines
372 B
Plaintext
45 lines
372 B
Plaintext
# 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
|
|
|
|
# Binary files
|
|
*.so
|