From c02d66b2d3221c0c5f5e8f2cb2ae218f1e325a0a Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 01:57:13 -0400 Subject: feat: manage venv for all backends --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1b243f5..ca8252f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,22 @@ -voices/ chunks/ cache/ logs/ debug/ output/* -!output/.gitkeep input/* +voices/* !input/.gitkeep +!output/.gitkeep +!voices/.gitkeep # Backend checkouts cloned by the setup wizards (backends.audiocpp / .faster) /audio.cpp/ /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/ + *.epub input/*.txt *.m4b -- cgit v1.2.3