MuseV / .gitignore
jmanhype
Initial commit without binary files
06e9d12
raw
history blame contribute delete
512 Bytes
# 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
# Checkpoints
checkpoints/
# Logs
*.log
logs/
tensorboard/
# Environment
.env
.venv
env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Large files
data/result_video/
*.mp4
*.png
*.jpg
*.jpeg
*.gif
*.webp
*.avi
*.mov
*.mkv
*.flv
*.wmv
# Demo and source files
data/demo/
data/source_video/
data/images/