diff --git a/.gitignore b/.gitignore index 64fe6ea..fc0fd41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ venv/ __pycache__/ -weights/* *.mp3 hubert_base.pt rmvpe.pt \ No newline at end of file diff --git a/weights/.gitignore b/weights/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/weights/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file