VTS/.gitignore
2026-06-12 23:35:56 +09:00

28 lines
245 B
Text

__pycache__/
*.py[cod]
.DS_Store
.pytest_cache/
.ruff_cache/
.venv/
.venv-*/
venv/
checkpoints/*
!checkpoints/.gitkeep
outputs/*
!outputs/.gitkeep
examples/*
!examples/.gitkeep
*.ckpt
*.pt
*.pth
*.safetensors
*.wav
*.mp3
*.m4a
*.flac
*.ogg