From f00249db9d1ea051d29aa1bcca869fc4b88e83eb Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 02:59:26 -0400 Subject: refactor: add app directory, dir structure change --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ca8252f..313ac60 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3