diff options
| author | historia <historiavg@proton.me> | 2026-08-18 17:58:04 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-18 17:58:04 -0400 |
| commit | e56754498f1c6b2a9dabb62529f783e73fae8e6b (patch) | |
| tree | 20ea86a16d6c51c4bfd793cea56fd76ae9985671 /.gitignore | |
| parent | 50f1825f05972e3685c55beb10c288899959b2e5 (diff) | |
| download | tts-audiobook-generator-e56754498f1c6b2a9dabb62529f783e73fae8e6b.tar.gz | |
feat: language parameter for potential accent tuning
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ output/* input/* !input/.gitkeep +*.epub +input/*.txt +*.m4b +*.mp3 +*.flac +*.ogg + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz] |
