1
0
Files
ContentGeneration/.dockerignore

65 lines
659 B
Plaintext

# Git
.git/
.gitignore
# Python cache / bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Build / packaging artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
# Notebooks
.ipynb_checkpoints/
# Editor and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
# Local env and logs
.env
.env.*
!.env.example
*.log
*.pid
# Optional large local media
*.mp4
*.mov
*.avi
*.mkv
# Project generated data and checkpoints
images/
audios/
videos/
merged/
results/
outputs/
ckpts/
HunyuanVideo-1.5/ckpts/
*.sh