From c3a91b636db4a1edf0fa7961c2ca377a312a9aee Mon Sep 17 00:00:00 2001 From: Simon Moisy Date: Tue, 27 May 2025 16:47:20 +0800 Subject: [PATCH] ignoring credentials jsons --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8449387..607b753 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ *.py[cod] *$py.class +# ignore credentils JSON +/credentials/*.json + # C extensions *.so