forked from M-Labs/thermostat
gitignore: Ignore .bin files and __pycache__
This commit is contained in:
parent
1f2de942e4
commit
ae4bea0c8a
|
@ -1,2 +1,5 @@
|
||||||
target/
|
target/
|
||||||
result
|
result
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Reference in New Issue