Files
ImageApi/.gitignore
T
Cameron Cordes 2e0f78aa1b Add user-configurable TTS pronunciation overrides
A JSON map (TTS_PRONUNCIATIONS_PATH, default tts_pronunciations.json)
rewrites mispronounced words — place names, initialisms, dotted
abbreviations — to phonetic spellings before synthesis, applied after
markdown cleanup in both /tts/speech paths. Whole-word smartcase
matching (lowercase keys match any casing, uppercase keys exact),
longest key wins, hot-reloaded on mtime change with last-good fallback
on parse errors. See tts_pronunciations.example.json.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 23:06:18 -04:00

25 lines
473 B
Plaintext

/target
database/target
*.db
*.db.bak
*.db-shm
*.db-wal
.env
# Server-local TTS pronunciation overrides (tts_pronunciations.example.json is the template)
/tts_pronunciations.json
/tmp
/docs
/specs
# Default ignored files
.idea/shelf/
.idea/workspace.xml
.idea/inspectionProfiles/
.idea/markdown.xml
# Datasource local storage ignored files
.idea/dataSources*
.idea/dataSources.local.xml
# Editor-based HTTP Client requests
.idea/httpRequests/
/.claude/settings.local.json