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

View File

@ -1 +0,0 @@
{"tv": {"budget": 3600, "last_online": "2026-06-15T16:02:02.797875", "last_check": 1781642261.0436604}, "gaja": {"budget": 196.5179741382599, "last_online": "2026-06-15T19:07:34.873875", "last_check": 1781642261.0427294}, "gabi": {"budget": 300.0, "last_online": "2026-06-15T19:07:45.943928", "last_check": 1781642261.042555}}

9
.gitignore vendored Normal file
View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.