Add pip dist folder to gitignore.

This commit is contained in:
juanifioren 2015-02-26 16:12:58 -03:00
parent e40a62cecc
commit 9962210cb6

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__/
dist/
*.py[cod]
*.egg-info
.ropeproject