50 lines
574 B
Plaintext
50 lines
574 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
|
|
*.exr
|
|
*.gif
|
|
*.heic
|
|
*.heif
|
|
*.jpg
|
|
*.jpeg
|
|
*.json
|
|
*.m4a
|
|
*.mov
|
|
*.mp4
|
|
*.png
|
|
*.wav
|
|
*.webp
|
|
|
|
# HDR IC-LoRA e2e test baseline (checked in via Git LFS)
|
|
!packages/ltx-pipelines/tests/assets/expected_hdr_ic_lora_exr/frame_*.exr
|
|
!packages/ltx-pipelines/tests/assets/hdr_ic_lora_test_input.mp4
|
|
|
|
# Binary files
|
|
*.so
|