gitignore: ignore pyc and test/

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-19 12:42:12 -07:00
parent afb45e75ee
commit 6862a659f9

4
.gitignore vendored
View File

@ -9,4 +9,6 @@
.vscode/
build/
__pycache__/
.env
*.pyc
test/
.env