mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
195 lines
2.9 KiB
Plaintext
195 lines
2.9 KiB
Plaintext
# ========= Common (applies to the entire repository) =========
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# IDE and editor settings
|
|
# PyCharm
|
|
.idea/
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Others
|
|
*.log
|
|
*.spec
|
|
*.manifest
|
|
|
|
# ========= Exclusions specific to the RVC Inference Module =========
|
|
# Directories generated by RVC or for runtime usage:
|
|
/TEMP
|
|
/opt
|
|
/tools/aria2c/
|
|
tools/flag.txt
|
|
/pretrained
|
|
/pretrained_v2
|
|
/uvr5_weights
|
|
hubert_base.pt
|
|
rmvpe.pt
|
|
rmvpe.onnx
|
|
/logs
|
|
/weights
|
|
.tool-versions
|
|
/runtime
|
|
ffmpeg.*
|
|
ffprobe.*
|
|
|
|
# ========= Exclusions for the Spark Repository =========
|
|
# (Since Spark files will be moved under ./spark, prefix these rules with "spark/")
|
|
# Byte-compiled / optimized / DLL files in spark
|
|
spark/__pycache__/
|
|
spark/*.py[cod]
|
|
spark/*$py.class
|
|
|
|
# Directories and files generated in Spark
|
|
spark/pretrained_models/
|
|
spark/results/
|
|
spark/demo/
|
|
spark/.gradio/
|
|
|
|
# Distribution/packaging for Spark
|
|
spark/.Python
|
|
spark/build/
|
|
spark/develop-eggs/
|
|
spark/dist/
|
|
spark/downloads/
|
|
spark/eggs/
|
|
spark/.eggs/
|
|
spark/lib/
|
|
spark/lib64/
|
|
spark/parts/
|
|
spark/sdist/
|
|
spark/var/
|
|
spark/wheels/
|
|
spark/share/python-wheels/
|
|
spark/*.egg-info/
|
|
spark/.installed.cfg
|
|
spark/*.egg
|
|
spark/MANIFEST
|
|
spark/webui_test.py
|
|
|
|
# PyInstaller (for Spark)
|
|
spark/*.manifest
|
|
spark/*.spec
|
|
|
|
# Installer logs for Spark
|
|
spark/pip-log.txt
|
|
spark/pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports for Spark
|
|
spark/htmlcov/
|
|
spark/.tox/
|
|
spark/.nox/
|
|
spark/.coverage
|
|
spark/.coverage.*
|
|
spark/.cache
|
|
spark/nosetests.xml
|
|
spark/coverage.xml
|
|
spark/*.cover
|
|
spark/*.py,cover
|
|
spark/.hypothesis/
|
|
spark/.pytest_cache/
|
|
spark/cover/
|
|
|
|
# Translations (Spark)
|
|
spark/*.mo
|
|
spark/*.pot
|
|
|
|
# Django/Flask/other web framework logs for Spark (if any)
|
|
spark/*.log
|
|
spark/local_settings.py
|
|
spark/db.sqlite3
|
|
spark/db.sqlite3-journal
|
|
|
|
# Flask and Scrapy caches for Spark
|
|
spark/instance/
|
|
spark/.webassets-cache
|
|
spark/.scrapy
|
|
|
|
# Sphinx documentation build for Spark
|
|
spark/docs/_build/
|
|
|
|
# PyBuilder / PEP582 for Spark
|
|
spark/.pybuilder/
|
|
spark/target/
|
|
spark/__pypackages__/
|
|
|
|
# Celery / SageMath for Spark
|
|
spark/celerybeat-schedule
|
|
spark/celerybeat.pid
|
|
spark/*.sage.py
|
|
|
|
# IDE settings for Spark (if desired)
|
|
spark/.idea/
|
|
|
|
# MkDocs for Spark
|
|
spark/site/
|
|
|
|
# Type checker caches for Spark
|
|
spark/.mypy_cache/
|
|
spark.dmypy.json
|
|
spark/dmypy.json
|
|
spark/.pyre/
|
|
spark/.pytype/
|
|
|
|
# Cython debug symbols for Spark
|
|
spark/cython_debug/
|
|
|
|
# PyPI configuration for Spark
|
|
spark/.pypirc
|