# Upstream faster-qwen3-tts repo (tracked separately) build/ # Personal voice recordings & references config/speakers/ # Private speakers — entire subtree config/speakers/privat/ # Speaker directory extras config/speakers/backup.zip config/speakers/Link to speakers # VS Code workspace file config/faster-qwen3-tts.code-workspace # Generated at container startup from speakers/ config/voices.json config/voices.json* # Generated at container startup from the voice library's designed voices. # Contains the user's own character design prompts, so it stays local; the # bundled vd_* presets live in voicedesign_voices.presets.json, which IS # tracked and seeds this file on a fresh checkout. config/voicedesign_voices.json # Converted private audio (M4A → WAV, generated at runtime) config/converted/ # Seed finder pre-generated WAV samples (batch output, not source files) config/seed_samples/ # Editor backup files *.py~ *.yml~ *.yaml~ *~ # Claude Code settings .claude/ config/.claude/ # Random generated files in project root json os *.txt # Python __pycache__/ *.pyc *.pyo .venv/ venv/ # Environment files .env .env.*