gitignore: Ignore .bin files and __pycache__

This commit is contained in:
atse 2024-08-08 13:34:00 +08:00 committed by sb10q
parent 1f2de942e4
commit ae4bea0c8a
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
target/
result
*.bin
__pycache__/