gitignore: Ignore .bin files and __pycache__ #120

Merged
sb10q merged 1 commits from atse/thermostat:update-gitignore into master 2024-09-19 10:08:59 +08:00
Showing only changes of commit 2130183949 - Show all commits

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
target/
result
*.bin
esavkin marked this conversation as resolved Outdated

maybe, *.bin?

maybe, `*.bin`?
__pycache__/