Git ignore python dist dir.

This commit is contained in:
Tony DiCola 2016-04-20 19:50:48 +00:00
parent de99e55a92
commit 1687f20a18

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
dist/
build build
*.egg-info *.egg-info
*.pyc *.pyc