From eec56832f5e193806ea388631eaad8c129eb7519 Mon Sep 17 00:00:00 2001 From: historia Date: Sun, 16 Aug 2026 05:33:27 -0400 Subject: initial commit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 438f15f..cac0d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ voices/ chunks/ cache/ logs/ +audiobooks/* +!audiobooks/.gitkeep +book_to_convert/* +!book_to_convert/.gitkeep # Byte-compiled / optimized / DLL files __pycache__/ -- cgit v1.2.3