diff --git a/.device_state.json b/.device_state.json deleted file mode 100644 index 2944648..0000000 --- a/.device_state.json +++ /dev/null @@ -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}} \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..529eebd --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Python bytecode +__pycache__/ +*.pyc + +# Runtime state +.device_state.json + +# Misc +*_slurp.png diff --git a/1780955064_slurp.png b/1780955064_slurp.png deleted file mode 100644 index 8e1525f..0000000 Binary files a/1780955064_slurp.png and /dev/null differ diff --git a/__pycache__/config.cpython-314.pyc b/__pycache__/config.cpython-314.pyc deleted file mode 100644 index 281a3a1..0000000 Binary files a/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/devices.cpython-314.pyc b/__pycache__/devices.cpython-314.pyc deleted file mode 100644 index 674f0d2..0000000 Binary files a/__pycache__/devices.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/server.cpython-314.pyc b/__pycache__/server.cpython-314.pyc deleted file mode 100644 index 7d5ffe0..0000000 Binary files a/__pycache__/server.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/tui.cpython-314.pyc b/__pycache__/tui.cpython-314.pyc deleted file mode 100644 index 9b2c921..0000000 Binary files a/__pycache__/tui.cpython-314.pyc and /dev/null differ