32 lines
309 B
Plaintext
32 lines
309 B
Plaintext
# 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/
|