Initial commit: audiobook generator, proper noun auditor GUI

This commit is contained in:
2026-02-24 14:40:31 -07:00
commit 58a236d181
15 changed files with 14975 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# Generated audio output (large binary files)
output_audiobook/
output_proper_nouns/
*.wav
# TTS fixed text output
**(TTS Fixed)*.txt