gitignore: distutils output files

This commit is contained in:
Alex Willmer 2017-10-08 14:28:28 +01:00 committed by David Wilson
parent 6107cf7096
commit b7e7ff1055
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
build/
dist/
docs/_build docs/_build
*.egg-info *.egg-info