Add build & dist directories to .gitignore (#487)

Generated when running the command "python3 setup.py bdist_wheel".
This commit is contained in:
Jon Dufresne 2018-08-28 04:59:00 -07:00 committed by Zsolt Dollenstein
parent 975ca9cefc
commit 8e90e46204

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ docs/_static/pypi.svg
.tox
__pycache__
black.egg-info
build/
dist/