diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,12 +10,12 @@ voices/* !voices/.gitkeep # Backend checkouts cloned by the setup wizards (backends.audiocpp / .faster) -/audio.cpp/ -/faster-qwen3-tts/ +/app/audio.cpp/ +/app/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/ +/app/envs/ *.epub input/*.txt |
