gitignore: ignore pyc and test/
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
afb45e75ee
commit
6862a659f9
1 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,4 +9,6 @@
|
|||
.vscode/
|
||||
build/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
test/
|
||||
.env
|
||||
Loading…
Reference in a new issue