Update .gitignore to exclude CSV files from version control

This commit is contained in:
Simon Moisy 2025-05-17 14:47:51 +08:00
parent 125d4f7d52
commit fa12bcb61a

1
.gitignore vendored
View File

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