From 2349ca80564311cdf1dbf1ae312503e5117a5d13 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Wed, 28 Dec 2022 09:44:16 -0800 Subject: [PATCH] Ignore CSV files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55be276..bab92b3 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +*.csv