Files
Canto/canto-backend/.gitignore
bdim404 2fa9c1fcb6 refactor: rename backend/frontend dirs and remove NovelWriter submodule
- Rename qwen3-tts-backend → canto-backend
- Rename qwen3-tts-frontend → canto-frontend
- Remove NovelWriter embedded repo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 18:03:29 +08:00

12 lines
104 B
Plaintext

.env
*.pyc
__pycache__/
*.log
qwen_tts.db
voice_cache/
outputs/
venv/
.pytest_cache/
.coverage
htmlcov/