From f529a98773804c4e757c6f869e3b537d3ffa3020 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Thu, 4 Jun 2020 17:16:09 -0400 Subject: [PATCH] Added PyCharm to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..2e3cb3b 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# PyCharm Files +.idea/ \ No newline at end of file