initial commit (clean, no models)
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Environments
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# Virtual environment files
|
||||
Pipfile.lock
|
||||
poetry.lock
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Agent/IDE files
|
||||
.antigravitycli/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Voice changer models and weights
|
||||
*.onnx
|
||||
*.pth
|
||||
*.pt
|
||||
*.index
|
||||
weights/
|
||||
pretrained/
|
||||
Reference in New Issue
Block a user