add csvs to gitignore

This commit is contained in:
Pablo Martin 2024-06-27 17:28:30 +02:00
parent d00a501730
commit 0db434ee5b

3
.gitignore vendored
View file

@ -160,3 +160,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# to avoid test files being commited
*.csv