tts-voice-creator-clone-and.../.gitignore
mARTin-B78 7bced9f126 Fix conversation TTS dropdown showing 'No TTS backend available'
Two bugs: (1) populateConvTtsBackends() referenced window._ttsBackends
which doesn't exist — fixed to use module-scope _ttsBackends directly.
(2) Broken hook that wrapped window.refreshTtsBackendAvailability (never
set on window) — replaced with _ttsRefreshHooks array dispatched at end
of refreshTtsBackendAvailability().

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 02:11:59 +02:00

34 lines
416 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
.env.*
*.log
.DS_Store
.claude/
.vscode/
*.code-workspace
# Local runtime data and private voice assets
voices/
active_voices/
hidden_voices/
*.wav
*.mp3
*.ogg
*.flac
*.m4a
*.mp4
*.mkv
*.webm
*.aac
*.reference.txt
*.meta.json
# Local settings and generated scratch data
settings.json
voice_design_presets.json
# Personal documentation (not part of the public repo)
APP_ERKLÄRUNG.md