From 7f788a4d4e36e9c522e27f79fa21fa162dab835a Mon Sep 17 00:00:00 2001 From: Simon Moisy Date: Mon, 19 May 2025 18:04:24 +0800 Subject: [PATCH] Update .gitignore to include JSON files for version control, ensuring proper handling of data formats in the project. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8449387..4e08be1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ---> Python +*.json *.csv *.png # Byte-compiled / optimized / DLL files