gitignore: Ignore .bin files and __pycache__

This commit was merged in pull request #120.
This commit is contained in:
2024-08-08 13:34:00 +08:00
committed by sb10q
parent 1f2de942e4
commit ae4bea0c8a

3
.gitignore vendored
View File

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