git: Add ignoring pycharm-specific dependencies.

This commit is contained in:
dkvasov 2018-05-17 16:34:40 +03:00
parent 85c6b5a1c7
commit 4244a82b03

6
.gitignore vendored
View file

@ -48,4 +48,8 @@ flaskbotrc
.mypy_cache
# zip files for bot deployment
.bots
.bots
# Pycharm
\.DS_Store
\.idea/