From 504002699fde0c711bfc4a4796f167185d8f3104 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 24 Jan 2022 10:18:44 -0600 Subject: [PATCH] Adds csv to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c803f26..48441d6 100644 --- a/.gitignore +++ b/.gitignore @@ -136,4 +136,6 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +*.csv