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