mirror of
https://github.com/zenlm/zen-director.git
synced 2026-07-27 03:09:17 +00:00
54 lines
437 B
Plaintext
54 lines
437 B
Plaintext
# Model files (hosted on HuggingFace)
|
|
wan2.2-ti2v-5b/
|
|
*.bin
|
|
*.safetensors
|
|
*.gguf
|
|
*.pth
|
|
*.pt
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Training outputs
|
|
checkpoints/
|
|
logs/
|
|
runs/
|
|
wandb/
|
|
|
|
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
GROK.md
|
|
QWEN.md
|