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 ++++ audiobooks/.gitkeep | 0 audiobooks/test.mp3 | Bin 396716 -> 0 bytes audiobooks/test_0.8.mp3 | Bin 495404 -> 0 bytes book_to_convert/.gitkeep | 0 5 files changed, 4 insertions(+) create mode 100644 audiobooks/.gitkeep delete mode 100644 audiobooks/test.mp3 delete mode 100644 audiobooks/test_0.8.mp3 create mode 100644 book_to_convert/.gitkeep 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__/ diff --git a/audiobooks/.gitkeep b/audiobooks/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/audiobooks/test.mp3 b/audiobooks/test.mp3 deleted file mode 100644 index ffaeed6..0000000 Binary files a/audiobooks/test.mp3 and /dev/null differ diff --git a/audiobooks/test_0.8.mp3 b/audiobooks/test_0.8.mp3 deleted file mode 100644 index d867139..0000000 Binary files a/audiobooks/test_0.8.mp3 and /dev/null differ diff --git a/book_to_convert/.gitkeep b/book_to_convert/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3