From 04c1a57d03bbde4303068791a77d92c7237b47a2 Mon Sep 17 00:00:00 2001 From: ReSummit Date: Fri, 7 Nov 2025 14:25:43 -0800 Subject: [PATCH] Adjust gitignore for credentials and cookies ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0dbf2f2..79732dc 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/ +credentials.yaml +cookies.txt