mirror of
https://github.com/System-End/tts.git
synced 2026-04-19 20:55:07 +00:00
31 lines
192 B
Text
31 lines
192 B
Text
.env
|
|
|
|
audio_cache/
|
|
*.mp3
|
|
*.wav
|
|
*.ogg
|
|
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
*.log
|
|
logs/
|