add dist and build to gitignore

This commit is contained in:
Anthony Sottile
2020-03-27 19:10:11 -07:00
parent 41aa025d3d
commit d597b4087d

2
.gitignore vendored
View File

@@ -5,4 +5,6 @@
/.mypy_cache /.mypy_cache
/.pytest_cache /.pytest_cache
/.tox /.tox
/build
/dist
/venv* /venv*