From 4244a82b03dafc6261f2f785e685c21c2260ca5d Mon Sep 17 00:00:00 2001 From: dkvasov Date: Thu, 17 May 2018 16:34:40 +0300 Subject: [PATCH] git: Add ignoring pycharm-specific dependencies. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2b20a5..4ae2fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,8 @@ flaskbotrc .mypy_cache # zip files for bot deployment -.bots \ No newline at end of file +.bots + +# Pycharm +\.DS_Store +\.idea/