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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') 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__/ -- cgit v1.2.3