add .idea to .gitignore

This commit is contained in:
Maks Snegov 2019-01-16 22:32:20 +03:00
parent 235d54fec9
commit a1e4f00a3b

3
.gitignore vendored
View File

@ -102,3 +102,6 @@ venv.bak/
# mypy # mypy
.mypy_cache/ .mypy_cache/
# pycharm
.idea/