From 8b2cb443d5f56cb8ef083a7f0bbd1bcf1b662a06 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Tue, 16 May 2017 18:58:58 -0400 Subject: [PATCH] added csv to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 31f9738..63547c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Data files +*.csv + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]