From 324e2d02547ba91fee5fcd28ad7eadbe41f7d631 Mon Sep 17 00:00:00 2001 From: Victor Santiago Date: Thu, 8 Feb 2018 23:49:26 -0600 Subject: [PATCH] Adding a folder exclusion to the gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7bbc71c..9fb5bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +#PyCharm +.idea/ \ No newline at end of file