AnyTalker / .gitignore
zzz66's picture
Use preload_from_hub for models, only upload vocal_separator
63a1b7e
raw
history blame contribute delete
705 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
# Virtual Environment
venv/
env/
ENV/
.env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Log files
*.log
logs/
log/
# Data files
*.h5
*.pkl
*.pth
*.ckpt
*.model
# Temp files
tmp/
temp/
.pytest_cache/
.coverage
htmlcov/
# Jupyter Notebook
.ipynb_checkpoints
outputs/
# 忽略大部分 checkpoints,只保留 vocal_separator
checkpoints/*
!checkpoints/vocal_separator/
scripts/
logs/
output
benchmark/frames
benchmark/videos
gradio_temp
save_audio