aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-24 01:57:13 -0400
committerhistoria <historiavg@proton.me>2026-08-24 01:58:17 -0400
commitc02d66b2d3221c0c5f5e8f2cb2ae218f1e325a0a (patch)
treee9ec4f35c18102d4624d3cd59358d192be7bbfcb /.gitignore
parent194c63e4d11e6de9792a736a7b99788f1db78741 (diff)
downloadtts-audiobook-generator-c02d66b2d3221c0c5f5e8f2cb2ae218f1e325a0a.tar.gz
feat: manage venv for all backends
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
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