chore: Add back important .gitignore
entries (#1125)
* 🙈 Add back temp files to gitignore * 🙈 Add asdf to gitignore
This commit is contained in:
parent
259ea663d4
commit
45289e2d3d
17
.gitignore
vendored
17
.gitignore
vendored
@ -2,9 +2,22 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
/TEMP
|
/TEMP
|
||||||
*.pyd
|
*.pyd
|
||||||
hubert_base.pt
|
|
||||||
/logs
|
|
||||||
.venv
|
.venv
|
||||||
/opt
|
/opt
|
||||||
tools/aria2c/
|
tools/aria2c/
|
||||||
tools/flag.txt
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user