Update .gitignore to exclude PNG files from version control

This commit is contained in:
Simon Moisy
2025-05-17 14:48:13 +08:00
parent fa12bcb61a
commit e4ded694b1

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# ---> Python
*.csv
*.png
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]