From 9d25fd163d2b8ba8978747c1edc1fc0d2073f076 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 23:39:49 +0200 Subject: Added the data folder to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f8d73c..4ad7566 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,5 @@ cython_debug/ .vscode # Data +data *.csv \ No newline at end of file -- cgit v1.3.1