From 5b98993b13dafe9a85495e4c68ad9b42863ef2bf Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 27 Aug 2026 00:04:16 -0400 Subject: feat: separate venvs for qwen-tts and faster, manage (un)installs --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 538fd12..cba50dd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3