Merge pull request #378 from vstoykov/ignore-idea

Ignore .idea from git
This commit is contained in:
Venelin Stoykov 2016-07-09 14:24:34 +03:00 committed by GitHub
commit e9425df833

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.pyc
.DS_Store
.tox
.idea
MANIFEST
build
dist