init commit

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-26 15:34:31 +08:00
commit 80513a3258
141 changed files with 24966 additions and 0 deletions

11
qwen3-tts-backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.env
*.pyc
__pycache__/
*.log
qwen_tts.db
voice_cache/
outputs/
venv/
.pytest_cache/
.coverage
htmlcov/