diff options
| author | historia <historiavg@proton.me> | 2026-08-24 02:59:26 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 02:59:26 -0400 |
| commit | f00249db9d1ea051d29aa1bcca869fc4b88e83eb (patch) | |
| tree | a75f076fac1b63e0b4bf2eb8f54affbcc681a891 /.gitignore | |
| parent | 9dd4f9595be3b1d76a3a07dc3eca90cfaf8a3f97 (diff) | |
| download | tts-audiobook-generator-f00249db9d1ea051d29aa1bcca869fc4b88e83eb.tar.gz | |
refactor: add app directory, dir structure change
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,12 +10,12 @@ voices/* !voices/.gitkeep # Backend checkouts cloned by the setup wizards (backends.audiocpp / .faster) -/audio.cpp/ -/faster-qwen3-tts/ +/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). -/envs/ +/app/envs/ *.epub input/*.txt |
