From a7c52b10854a7b79ad5a117f2fe8e4450065a125 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 25 Sep 2021 22:15:10 +0100 Subject: [PATCH] updating .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e220705..ea6db59 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,6 @@ dmypy.json cython_debug/ # USER -data/ + +# ignore the data csv files for input/output +**/data/**/*.csv