wyoming-chatterbox/.gitignore
Your Name bed25c51c7 initial release - wyoming protocol server for chatterbox tts
features:
- voice cloning with 10-30s audio sample
- gpu-accelerated inference
- volume boost option
- pip installable

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 21:33:26 -06:00

24 lines
175 B
Text

# python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
venv/
ENV/
# audio files
*.wav
*.mp3
# ide
.vscode/
.idea/
# os
.DS_Store
Thumbs.db