From 7b5068fb063f1a9ca0821813a1743b17e9c14bad Mon Sep 17 00:00:00 2001 From: Vicky Rampin Date: Sun, 24 Oct 2021 14:36:39 -0400 Subject: [PATCH] add pycharm dir to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 11614af..e902a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,6 @@ dmypy.json # Pyre type checker .pyre/ + +# PyCharm specific +.idea \ No newline at end of file