LTX2.3-Studio / .gitignore
techfreakworm's picture
fix: include Sway Dance seed video in deploy
33862a6 unverified
raw
history blame contribute delete
483 Bytes
# Superpowers brainstorming session artifacts
.superpowers/
# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Models (downloaded to HF cache, never to repo)
models/
checkpoints/
*.safetensors
*.gguf
# Outputs
outputs/
generated/
*.mp4
*.wav
*.webm
!demo/**/*.mp4
!demo/**/*.wav
!assets/seed_inputs/**
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Env
.env
.env.local
*.log
# Gradio cache
gradio_cached_examples/
flagged/