Files
onnx-voice-changer/.gitignore
T
2026-05-30 21:30:49 +07:00

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/