Add build dir to gitignore

This commit is contained in:
Andrew Godwin 2016-03-29 11:45:23 +01:00
parent 8f40ad1d68
commit e710ac02df

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.egg-info *.egg-info
dist/ dist/
build/
docs/_build docs/_build
__pycache__/ __pycache__/
*.sqlite3 *.sqlite3