Merge pull request #228 from blag/update-gitignore

Add a few more generated things to .gitignore
This commit is contained in:
Brandon Taylor 2020-07-21 20:29:46 -04:00 committed by GitHub
commit 7180833e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -11,5 +11,8 @@ atlassian-*
.codeintel
__pycache__
.venv/
.coverage
.tox/
htmlcov/
build
.vscode/*