From 0ad594aa6497c4d41272e503f33fde2103b96cd6 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 17 Aug 2026 19:19:25 -0400 Subject: chore(converter): rename input/output directories --- .gitignore | 8 ++++---- audiobooks/.gitkeep | 0 book_to_convert/.gitkeep | 0 book_to_convert/test.txt | 1 - input/.gitkeep | 0 input/test.txt | 1 + output/.gitkeep | 0 7 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 audiobooks/.gitkeep delete mode 100644 book_to_convert/.gitkeep delete mode 100644 book_to_convert/test.txt create mode 100644 input/.gitkeep create mode 100644 input/test.txt create mode 100644 output/.gitkeep diff --git a/.gitignore b/.gitignore index cac0d6b..a4e033f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ voices/ chunks/ cache/ logs/ -audiobooks/* -!audiobooks/.gitkeep -book_to_convert/* -!book_to_convert/.gitkeep +output/* +!output/.gitkeep +input/* +!input/.gitkeep # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/audiobooks/.gitkeep b/audiobooks/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/book_to_convert/.gitkeep b/book_to_convert/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/book_to_convert/test.txt b/book_to_convert/test.txt deleted file mode 100644 index a316be8..0000000 --- a/book_to_convert/test.txt +++ /dev/null @@ -1 +0,0 @@ -The truth about the world, he said, is that anything is possible. Had you not seen it all from birth and thereby bled it of its strangeness it would appear to you for what it is, a hat trick in a medicine show, a fevered dream, a trance bepopulate with chimeras having neither analogue nor precedent, an itinerant carnival, a migratory tentshow whose ultimate destination after many a pitch in a many a mudded field is unspeakable and calamitous beyond reckoning. diff --git a/input/.gitkeep b/input/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/input/test.txt b/input/test.txt new file mode 100644 index 0000000..a316be8 --- /dev/null +++ b/input/test.txt @@ -0,0 +1 @@ +The truth about the world, he said, is that anything is possible. Had you not seen it all from birth and thereby bled it of its strangeness it would appear to you for what it is, a hat trick in a medicine show, a fevered dream, a trance bepopulate with chimeras having neither analogue nor precedent, an itinerant carnival, a migratory tentshow whose ultimate destination after many a pitch in a many a mudded field is unspeakable and calamitous beyond reckoning. diff --git a/output/.gitkeep b/output/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3