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
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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

maybe, *.bin?

maybe, `*.bin`?
__pycache__/