diff --git a/.gitignore b/.gitignore index 22e9bf8..65916c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,22 @@ __pycache__ /TEMP *.pyd -hubert_base.pt -/logs .venv /opt tools/aria2c/ tools/flag.txt + +# Imported from huggingface.co/lj1995/VoiceConversionWebUI +/pretrained +/pretrained_v2 +/uvr5_weights +hubert_base.pt +rmvpe.onnx +rmvpe.pt + +# Generated by RVC +/logs +/weights + +# To set a Python version for the project +.tool-versions