Spaces:
Running
on
Zero
Running
on
Zero
| # 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 |