Ignore pycharm settings directory

This commit is contained in:
George Lacey 2016-09-20 20:57:52 +01:00
parent f6bd684b97
commit d8cfffeef9

3
.gitignore vendored
View File

@ -10,6 +10,9 @@ __pycache__/
*.txt
*.db
# pycharm
.idea/
# Distribution / packaging
.Python
env/