diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,9 @@ voices/* /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). +# Managed Python environments created by audiobook.py (envs.py): the app +# env (envs/tts) and one per pip-installed backend (envs/qwen for qwen-tts, +# envs/faster for faster-qwen3-tts). /app/envs/ *.epub |
