From 1a0640daea00fe8776025491667d5b5a434f8cde Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Fri, 2 Sep 2016 10:32:09 -0400 Subject: [PATCH] Add minor gitignore to avoid PyCharm complaining. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8efb4a5..aa4b60a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc .ipynb_checkpoints *~ -#* \ No newline at end of file +#* +.idea