Files
LTX-2/.gitignore
T
2026-04-13 14:29:35 +00:00

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