From a1e4f00a3becc8c9d008420f05e8fe2dbc3b4ce6 Mon Sep 17 00:00:00 2001 From: Maks Snegov Date: Wed, 16 Jan 2019 22:32:20 +0300 Subject: [PATCH] add .idea to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..ee759a4 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ venv.bak/ # mypy .mypy_cache/ + +# pycharm +.idea/