diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90b4fab --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.pyo +*.pyd +.venv/ +.idea/ +.vscode/ +logs/ diff --git a/ptz_tracker_modular/__pycache__/__init__.cpython-312.pyc b/ptz_tracker_modular/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 1abdb23..0000000 Binary files a/ptz_tracker_modular/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/alarms.cpython-312.pyc b/ptz_tracker_modular/__pycache__/alarms.cpython-312.pyc deleted file mode 100644 index daab5dd..0000000 Binary files a/ptz_tracker_modular/__pycache__/alarms.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/calibration.cpython-312.pyc b/ptz_tracker_modular/__pycache__/calibration.cpython-312.pyc deleted file mode 100644 index 559f813..0000000 Binary files a/ptz_tracker_modular/__pycache__/calibration.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/cameras_io.cpython-312.pyc b/ptz_tracker_modular/__pycache__/cameras_io.cpython-312.pyc deleted file mode 100644 index 14c8c9f..0000000 Binary files a/ptz_tracker_modular/__pycache__/cameras_io.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/config.cpython-312.pyc b/ptz_tracker_modular/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 325bf39..0000000 Binary files a/ptz_tracker_modular/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/events.cpython-312.pyc b/ptz_tracker_modular/__pycache__/events.cpython-312.pyc deleted file mode 100644 index 441ffda..0000000 Binary files a/ptz_tracker_modular/__pycache__/events.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/geom.cpython-312.pyc b/ptz_tracker_modular/__pycache__/geom.cpython-312.pyc deleted file mode 100644 index 9445693..0000000 Binary files a/ptz_tracker_modular/__pycache__/geom.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/heartbeat.cpython-312.pyc b/ptz_tracker_modular/__pycache__/heartbeat.cpython-312.pyc deleted file mode 100644 index 0d22f89..0000000 Binary files a/ptz_tracker_modular/__pycache__/heartbeat.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/logging_utils.cpython-312.pyc b/ptz_tracker_modular/__pycache__/logging_utils.cpython-312.pyc deleted file mode 100644 index 275d056..0000000 Binary files a/ptz_tracker_modular/__pycache__/logging_utils.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/main.cpython-312.pyc b/ptz_tracker_modular/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 333a4ac..0000000 Binary files a/ptz_tracker_modular/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/model.cpython-312.pyc b/ptz_tracker_modular/__pycache__/model.cpython-312.pyc deleted file mode 100644 index 907c6e4..0000000 Binary files a/ptz_tracker_modular/__pycache__/model.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/notify.cpython-312.pyc b/ptz_tracker_modular/__pycache__/notify.cpython-312.pyc deleted file mode 100644 index fcee59f..0000000 Binary files a/ptz_tracker_modular/__pycache__/notify.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/patrol.cpython-312.pyc b/ptz_tracker_modular/__pycache__/patrol.cpython-312.pyc deleted file mode 100644 index c43643b..0000000 Binary files a/ptz_tracker_modular/__pycache__/patrol.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/postprocess.cpython-312.pyc b/ptz_tracker_modular/__pycache__/postprocess.cpython-312.pyc deleted file mode 100644 index a40aa8e..0000000 Binary files a/ptz_tracker_modular/__pycache__/postprocess.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/preview.cpython-312.pyc b/ptz_tracker_modular/__pycache__/preview.cpython-312.pyc deleted file mode 100644 index 3e596d3..0000000 Binary files a/ptz_tracker_modular/__pycache__/preview.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/ptz_io.cpython-312.pyc b/ptz_tracker_modular/__pycache__/ptz_io.cpython-312.pyc deleted file mode 100644 index 3173efd..0000000 Binary files a/ptz_tracker_modular/__pycache__/ptz_io.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/sector.cpython-312.pyc b/ptz_tracker_modular/__pycache__/sector.cpython-312.pyc deleted file mode 100644 index c3705ff..0000000 Binary files a/ptz_tracker_modular/__pycache__/sector.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/state.cpython-312.pyc b/ptz_tracker_modular/__pycache__/state.cpython-312.pyc deleted file mode 100644 index 9e002c6..0000000 Binary files a/ptz_tracker_modular/__pycache__/state.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/status.cpython-312.pyc b/ptz_tracker_modular/__pycache__/status.cpython-312.pyc deleted file mode 100644 index 33ddb7f..0000000 Binary files a/ptz_tracker_modular/__pycache__/status.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/streaming.cpython-312.pyc b/ptz_tracker_modular/__pycache__/streaming.cpython-312.pyc deleted file mode 100644 index 3a5f609..0000000 Binary files a/ptz_tracker_modular/__pycache__/streaming.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/toml_persist.cpython-312.pyc b/ptz_tracker_modular/__pycache__/toml_persist.cpython-312.pyc deleted file mode 100644 index e9d424f..0000000 Binary files a/ptz_tracker_modular/__pycache__/toml_persist.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/utils.cpython-312.pyc b/ptz_tracker_modular/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index f3e57b8..0000000 Binary files a/ptz_tracker_modular/__pycache__/utils.cpython-312.pyc and /dev/null differ diff --git a/ptz_tracker_modular/__pycache__/wiper.cpython-312.pyc b/ptz_tracker_modular/__pycache__/wiper.cpython-312.pyc deleted file mode 100644 index 687a03d..0000000 Binary files a/ptz_tracker_modular/__pycache__/wiper.cpython-312.pyc and /dev/null differ