gitignore: Ignore .bin files and __pycache__ #120
|
@ -1,2 +1,5 @@
|
|||
target/
|
||||
result
|
||||
*.bin
|
||||
esavkin marked this conversation as resolved
Outdated
|
||||
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in New Issue
maybe,
*.bin
?