gitignore: Ignore .bin files and __pycache__
This commit is contained in:
parent
1f2de942e4
commit
ae4bea0c8a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
target/
|
||||
result
|
||||
*.bin
|
||||
|
||||
__pycache__/
|
||||
|
Loading…
Reference in New Issue
Block a user