diff --git a/.gitignore b/.gitignore index 146d24b..7544906 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ -build -dist +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd + +# Build / packaging +build/ +dist/ *.spec +*.prof + +# Virtual env +.venv/ +venv/ + +# IDE +.idea/ +.vscode/ +*.swp diff --git a/ameba_control_panel/__pycache__/__init__.cpython-310.pyc b/ameba_control_panel/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 29c2bde..0000000 Binary files a/ameba_control_panel/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/__init__.cpython-314.pyc b/ameba_control_panel/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 83b06af..0000000 Binary files a/ameba_control_panel/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/__main__.cpython-310.pyc b/ameba_control_panel/__pycache__/__main__.cpython-310.pyc deleted file mode 100644 index df7346b..0000000 Binary files a/ameba_control_panel/__pycache__/__main__.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/app.cpython-310.pyc b/ameba_control_panel/__pycache__/app.cpython-310.pyc deleted file mode 100644 index baa77c9..0000000 Binary files a/ameba_control_panel/__pycache__/app.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/app.cpython-314.pyc b/ameba_control_panel/__pycache__/app.cpython-314.pyc deleted file mode 100644 index a07d941..0000000 Binary files a/ameba_control_panel/__pycache__/app.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/config.cpython-310.pyc b/ameba_control_panel/__pycache__/config.cpython-310.pyc deleted file mode 100644 index 2334ab7..0000000 Binary files a/ameba_control_panel/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/__pycache__/config.cpython-314.pyc b/ameba_control_panel/__pycache__/config.cpython-314.pyc deleted file mode 100644 index 9811541..0000000 Binary files a/ameba_control_panel/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-310.pyc b/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-310.pyc deleted file mode 100644 index f149c2e..0000000 Binary files a/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-314.pyc b/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-314.pyc deleted file mode 100644 index d3236a7..0000000 Binary files a/ameba_control_panel/controllers/__pycache__/device_tab_controller.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/command_player.cpython-310.pyc b/ameba_control_panel/services/__pycache__/command_player.cpython-310.pyc deleted file mode 100644 index fa107c3..0000000 Binary files a/ameba_control_panel/services/__pycache__/command_player.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/command_player.cpython-314.pyc b/ameba_control_panel/services/__pycache__/command_player.cpython-314.pyc deleted file mode 100644 index fc0fd8e..0000000 Binary files a/ameba_control_panel/services/__pycache__/command_player.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/flash_runner.cpython-310.pyc b/ameba_control_panel/services/__pycache__/flash_runner.cpython-310.pyc deleted file mode 100644 index 2e7dfce..0000000 Binary files a/ameba_control_panel/services/__pycache__/flash_runner.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/flash_runner.cpython-314.pyc b/ameba_control_panel/services/__pycache__/flash_runner.cpython-314.pyc deleted file mode 100644 index 744368c..0000000 Binary files a/ameba_control_panel/services/__pycache__/flash_runner.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/history_service.cpython-310.pyc b/ameba_control_panel/services/__pycache__/history_service.cpython-310.pyc deleted file mode 100644 index bdfa249..0000000 Binary files a/ameba_control_panel/services/__pycache__/history_service.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/history_service.cpython-314.pyc b/ameba_control_panel/services/__pycache__/history_service.cpython-314.pyc deleted file mode 100644 index e48f8c9..0000000 Binary files a/ameba_control_panel/services/__pycache__/history_service.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/line_parser.cpython-310.pyc b/ameba_control_panel/services/__pycache__/line_parser.cpython-310.pyc deleted file mode 100644 index dfae93e..0000000 Binary files a/ameba_control_panel/services/__pycache__/line_parser.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/line_parser.cpython-314.pyc b/ameba_control_panel/services/__pycache__/line_parser.cpython-314.pyc deleted file mode 100644 index 1658645..0000000 Binary files a/ameba_control_panel/services/__pycache__/line_parser.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/log_buffer.cpython-310.pyc b/ameba_control_panel/services/__pycache__/log_buffer.cpython-310.pyc deleted file mode 100644 index 463d610..0000000 Binary files a/ameba_control_panel/services/__pycache__/log_buffer.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/log_buffer.cpython-314.pyc b/ameba_control_panel/services/__pycache__/log_buffer.cpython-314.pyc deleted file mode 100644 index a070fe6..0000000 Binary files a/ameba_control_panel/services/__pycache__/log_buffer.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/port_service.cpython-310.pyc b/ameba_control_panel/services/__pycache__/port_service.cpython-310.pyc deleted file mode 100644 index ec081fa..0000000 Binary files a/ameba_control_panel/services/__pycache__/port_service.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/port_service.cpython-314.pyc b/ameba_control_panel/services/__pycache__/port_service.cpython-314.pyc deleted file mode 100644 index 9aed91a..0000000 Binary files a/ameba_control_panel/services/__pycache__/port_service.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/search_service.cpython-310.pyc b/ameba_control_panel/services/__pycache__/search_service.cpython-310.pyc deleted file mode 100644 index 57baa51..0000000 Binary files a/ameba_control_panel/services/__pycache__/search_service.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/search_service.cpython-314.pyc b/ameba_control_panel/services/__pycache__/search_service.cpython-314.pyc deleted file mode 100644 index 95d5cfc..0000000 Binary files a/ameba_control_panel/services/__pycache__/search_service.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/serial_service.cpython-310.pyc b/ameba_control_panel/services/__pycache__/serial_service.cpython-310.pyc deleted file mode 100644 index 9144b4e..0000000 Binary files a/ameba_control_panel/services/__pycache__/serial_service.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/serial_service.cpython-314.pyc b/ameba_control_panel/services/__pycache__/serial_service.cpython-314.pyc deleted file mode 100644 index dd5c78c..0000000 Binary files a/ameba_control_panel/services/__pycache__/serial_service.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/session_store.cpython-310.pyc b/ameba_control_panel/services/__pycache__/session_store.cpython-310.pyc deleted file mode 100644 index b37a814..0000000 Binary files a/ameba_control_panel/services/__pycache__/session_store.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/services/__pycache__/session_store.cpython-314.pyc b/ameba_control_panel/services/__pycache__/session_store.cpython-314.pyc deleted file mode 100644 index 34ef83d..0000000 Binary files a/ameba_control_panel/services/__pycache__/session_store.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/utils/__pycache__/timeutils.cpython-310.pyc b/ameba_control_panel/utils/__pycache__/timeutils.cpython-310.pyc deleted file mode 100644 index 693f9e2..0000000 Binary files a/ameba_control_panel/utils/__pycache__/timeutils.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/utils/__pycache__/timeutils.cpython-314.pyc b/ameba_control_panel/utils/__pycache__/timeutils.cpython-314.pyc deleted file mode 100644 index 384e9c2..0000000 Binary files a/ameba_control_panel/utils/__pycache__/timeutils.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/views/__pycache__/device_tab_view.cpython-310.pyc b/ameba_control_panel/views/__pycache__/device_tab_view.cpython-310.pyc deleted file mode 100644 index 8cdaa0d..0000000 Binary files a/ameba_control_panel/views/__pycache__/device_tab_view.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/views/__pycache__/device_tab_view.cpython-314.pyc b/ameba_control_panel/views/__pycache__/device_tab_view.cpython-314.pyc deleted file mode 100644 index af66e68..0000000 Binary files a/ameba_control_panel/views/__pycache__/device_tab_view.cpython-314.pyc and /dev/null differ diff --git a/ameba_control_panel/views/__pycache__/log_view.cpython-310.pyc b/ameba_control_panel/views/__pycache__/log_view.cpython-310.pyc deleted file mode 100644 index a406f6c..0000000 Binary files a/ameba_control_panel/views/__pycache__/log_view.cpython-310.pyc and /dev/null differ diff --git a/ameba_control_panel/views/__pycache__/log_view.cpython-314.pyc b/ameba_control_panel/views/__pycache__/log_view.cpython-314.pyc deleted file mode 100644 index 540b2a2..0000000 Binary files a/ameba_control_panel/views/__pycache__/log_view.cpython-314.pyc and /dev/null differ diff --git a/script/__pycache__/auto_run.cpython-310.pyc b/script/__pycache__/auto_run.cpython-310.pyc deleted file mode 100644 index 798b6a8..0000000 Binary files a/script/__pycache__/auto_run.cpython-310.pyc and /dev/null differ diff --git a/script/__pycache__/package_exe.cpython-310.pyc b/script/__pycache__/package_exe.cpython-310.pyc deleted file mode 100644 index c476304..0000000 Binary files a/script/__pycache__/package_exe.cpython-310.pyc and /dev/null differ