From 0baf87b462c2982629b387da4a001a8303803cc5 Mon Sep 17 00:00:00 2001 From: Omniscince Date: Sun, 23 Mar 2025 02:03:24 +0600 Subject: [PATCH] ignore temp files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0dbf2f2..ba8c34f 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/ +src/config.json +src/users.json \ No newline at end of file