From c73e51d8fb29dea7ccc60915ce0fe88406d61916 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Thu, 22 Jun 2017 09:34:02 -0400 Subject: [PATCH] add png to ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 63547c2..f4921bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Data files *.csv +# Picture files +*.png + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]