diff options
| author | historia <historiavg@proton.me> | 2026-08-27 00:04:16 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 00:04:16 -0400 |
| commit | 5b98993b13dafe9a85495e4c68ad9b42863ef2bf (patch) | |
| tree | 57db1566deb5351ec6bfb8c70de4126bbc5fc2da /.gitignore | |
| parent | f18f421d9180ae0e3bff9496b1fdaf53d3624a75 (diff) | |
| download | tts-audiobook-generator-5b98993b13dafe9a85495e4c68ad9b42863ef2bf.tar.gz | |
feat: separate venvs for qwen-tts and faster, manage (un)installs
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 |
