From 0db434ee5b25de4180ad80b3c57d1aa3394d4367 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 27 Jun 2024 17:28:30 +0200 Subject: [PATCH] add csvs to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 82f9275..7e6ff83 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,6 @@ cython_debug/ # 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. #.idea/ + +# to avoid test files being commited +*.csv \ No newline at end of file