diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,17 +1,22 @@ -voices/ chunks/ cache/ logs/ debug/ output/* -!output/.gitkeep input/* +voices/* !input/.gitkeep +!output/.gitkeep +!voices/.gitkeep # Backend checkouts cloned by the setup wizards (backends.audiocpp / .faster) /audio.cpp/ /faster-qwen3-tts/ +# Managed Python environment created by audiobook.py (envs.py) for the app +# requirements and the backend TTS packages (qwen-tts, faster-qwen3-tts). +/envs/ + *.epub input/*.txt *.m4b |
