chore: ignore __pycache__ and runtime files, stop tracking generated artifacts

This commit is contained in:
2026-09-02 16:01:41 +02:00
parent 4401b88726
commit 10245c97c4
7 changed files with 9 additions and 1 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Python bytecode
__pycache__/
*.pyc
# Runtime state
.device_state.json
# Misc
*_slurp.png