From e4ded694b1b0bb278b6c573d9e2d649c55ea4b5e Mon Sep 17 00:00:00 2001 From: Simon Moisy Date: Sat, 17 May 2025 14:48:13 +0800 Subject: [PATCH] Update .gitignore to exclude PNG files from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 515af52..8449387 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # ---> Python *.csv +*.png # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]