Add .idea dir to .gitignore

This commit is contained in:
Lee Clemens 2014-12-30 17:52:45 -05:00
parent bcfcefa203
commit 6c34cf2e1e

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ htmlcov
*.bak
__pycache__
.vagrant/
.idea/