update gitignore

This commit is contained in:
Kevin Froman 2021-01-20 20:32:53 +00:00
parent ef744fc6a1
commit d4cc931a42

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
venv/*
helloworld/__pycache__/*
testdata/*
.vscode/*
*.egg-info/*
*__pycache__*
build/*
dist/*