__pycache__/
*.pyc
*.pyo
*.pyd
.DS_Store
.vscode/
.idea/
*.log

# Models and large assets
models/
hymotion/HY-Motion-1.0/
hymotion/HY-Motion-1.0-Lite/
assets
# Test outputs and temporary files
*.fbx
*.png
!assets/*.png
!web/**/*.png
.ipynb_checkpoints/
# ComfyUI specific
/input/
/output/
/temp/

# Avoid recursive ignores of code subdirectories
# Only ignore text_encoders if it's in the root (where models might be)

# assets/
# workflows/*.json
!workflows/example*.json
