From eadbc4a91eff555d75148b3ded008c4498bf72e3 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 5 May 2025 14:08:57 -0400 Subject: [PATCH] preventing any books and .json files from being uploaded --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0dbf2f2..b8ca4ac 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +books/* +*.json \ No newline at end of file