aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-27 00:04:16 -0400
committerhistoria <historiavg@proton.me>2026-08-27 00:04:16 -0400
commit5b98993b13dafe9a85495e4c68ad9b42863ef2bf (patch)
tree57db1566deb5351ec6bfb8c70de4126bbc5fc2da /.gitignore
parentf18f421d9180ae0e3bff9496b1fdaf53d3624a75 (diff)
downloadtts-audiobook-generator-5b98993b13dafe9a85495e4c68ad9b42863ef2bf.tar.gz
feat: separate venvs for qwen-tts and faster, manage (un)installs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
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