From c81f9d090f7939c830ece3657ff940f1d5342649 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Mon, 27 May 2019 15:15:06 +0200 Subject: [PATCH] ignore PyCharm project files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 058ad98..7213d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ dist/ # Installer logs pip-log.txt pip-delete-this-directory.txt + +# IDE stuff +.idea/