Initial commit: audiobook generator, proper noun auditor GUI
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user