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

2
.gitignore vendored
View file

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