diff options
| author | historia <historiavg@proton.me> | 2026-08-24 01:57:13 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 01:58:17 -0400 |
| commit | c02d66b2d3221c0c5f5e8f2cb2ae218f1e325a0a (patch) | |
| tree | e9ec4f35c18102d4624d3cd59358d192be7bbfcb /.gitignore | |
| parent | 194c63e4d11e6de9792a736a7b99788f1db78741 (diff) | |
| download | tts-audiobook-generator-c02d66b2d3221c0c5f5e8f2cb2ae218f1e325a0a.tar.gz | |
feat: manage venv for all backends
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |
