From 45289e2d3d366bc538ed26b67246ced23acb8f1d Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Thu, 31 Aug 2023 10:06:59 -0400 Subject: [PATCH] chore: Add back important `.gitignore` entries (#1125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🙈 Add back temp files to gitignore * 🙈 Add asdf to gitignore --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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