diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec99174 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 忽略 Python 缓存文件和编译文件 +*.pyc +__pycache__/ + +# 忽略虚拟环境 +venv/ +.env/ +.venv/ +env/ + +# 忽略日志、临时文件 +*.log +*.tmp + +# 忽略 Jupyter 缓存 +.ipynb_checkpoints/ + +# 忽略 VS Code 或 PyCharm 等 IDE 配置 +.vscode/ +.idea/ + +# 忽略构建目录 +build/ +dist/ +*.egg-info/ +.eggs/ diff --git a/IoT/iot_device_sdk_python/__init__.pyc b/IoT/iot_device_sdk_python/__init__.pyc deleted file mode 100644 index 7272409..0000000 Binary files a/IoT/iot_device_sdk_python/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/__init__.pyc b/IoT/iot_device_sdk_python/client/__init__.pyc deleted file mode 100644 index 5fc9148..0000000 Binary files a/IoT/iot_device_sdk_python/client/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/client_conf.pyc b/IoT/iot_device_sdk_python/client/client_conf.pyc deleted file mode 100644 index 82d4245..0000000 Binary files a/IoT/iot_device_sdk_python/client/client_conf.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/connect_auth_info.pyc b/IoT/iot_device_sdk_python/client/connect_auth_info.pyc deleted file mode 100644 index 9188db4..0000000 Binary files a/IoT/iot_device_sdk_python/client/connect_auth_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/device_client.pyc b/IoT/iot_device_sdk_python/client/device_client.pyc deleted file mode 100644 index f8a88c2..0000000 Binary files a/IoT/iot_device_sdk_python/client/device_client.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/iot_result.pyc b/IoT/iot_device_sdk_python/client/iot_result.pyc deleted file mode 100644 index 1ccd9cb..0000000 Binary files a/IoT/iot_device_sdk_python/client/iot_result.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/__init__.pyc b/IoT/iot_device_sdk_python/client/listener/__init__.pyc deleted file mode 100644 index 0b049a1..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/command_listener.pyc b/IoT/iot_device_sdk_python/client/listener/command_listener.pyc deleted file mode 100644 index daf2c07..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/command_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/default_publish_action_listener.pyc b/IoT/iot_device_sdk_python/client/listener/default_publish_action_listener.pyc deleted file mode 100644 index 4c82298..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/default_publish_action_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/device_message_listener.pyc b/IoT/iot_device_sdk_python/client/listener/device_message_listener.pyc deleted file mode 100644 index 7785490..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/device_message_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/device_shadow_listener.pyc b/IoT/iot_device_sdk_python/client/listener/device_shadow_listener.pyc deleted file mode 100644 index 0506a30..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/device_shadow_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/property_listener.pyc b/IoT/iot_device_sdk_python/client/listener/property_listener.pyc deleted file mode 100644 index cc96d64..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/property_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/listener/raw_device_message_listener.pyc b/IoT/iot_device_sdk_python/client/listener/raw_device_message_listener.pyc deleted file mode 100644 index 88b6111..0000000 Binary files a/IoT/iot_device_sdk_python/client/listener/raw_device_message_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/mqtt_connect_conf.pyc b/IoT/iot_device_sdk_python/client/mqtt_connect_conf.pyc deleted file mode 100644 index e3c1bd9..0000000 Binary files a/IoT/iot_device_sdk_python/client/mqtt_connect_conf.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/__init__.pyc b/IoT/iot_device_sdk_python/client/request/__init__.pyc deleted file mode 100644 index 183bbd9..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/command.pyc b/IoT/iot_device_sdk_python/client/request/command.pyc deleted file mode 100644 index 2837eb0..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/command.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/command_response.pyc b/IoT/iot_device_sdk_python/client/request/command_response.pyc deleted file mode 100644 index 4b0c687..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/command_response.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/device_base_info.pyc b/IoT/iot_device_sdk_python/client/request/device_base_info.pyc deleted file mode 100644 index b03f37d..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/device_base_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/device_event.pyc b/IoT/iot_device_sdk_python/client/request/device_event.pyc deleted file mode 100644 index f68a53f..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/device_event.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/device_events.pyc b/IoT/iot_device_sdk_python/client/request/device_events.pyc deleted file mode 100644 index c8b41b1..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/device_events.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/device_message.pyc b/IoT/iot_device_sdk_python/client/request/device_message.pyc deleted file mode 100644 index 0c58720..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/device_message.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/properties_data.pyc b/IoT/iot_device_sdk_python/client/request/properties_data.pyc deleted file mode 100644 index 1b38609..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/properties_data.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/props_get.pyc b/IoT/iot_device_sdk_python/client/request/props_get.pyc deleted file mode 100644 index 2aaddca..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/props_get.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/props_set.pyc b/IoT/iot_device_sdk_python/client/request/props_set.pyc deleted file mode 100644 index cdd2d66..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/props_set.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/raw_device_message.pyc b/IoT/iot_device_sdk_python/client/request/raw_device_message.pyc deleted file mode 100644 index 7b0921f..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/raw_device_message.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/service_property.pyc b/IoT/iot_device_sdk_python/client/request/service_property.pyc deleted file mode 100644 index b404843..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/service_property.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/client/request/shadow_data.pyc b/IoT/iot_device_sdk_python/client/request/shadow_data.pyc deleted file mode 100644 index b41ecd1..0000000 Binary files a/IoT/iot_device_sdk_python/client/request/shadow_data.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/devicelog/__init__.pyc b/IoT/iot_device_sdk_python/devicelog/__init__.pyc deleted file mode 100644 index 484fd62..0000000 Binary files a/IoT/iot_device_sdk_python/devicelog/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/devicelog/device_log_service.pyc b/IoT/iot_device_sdk_python/devicelog/device_log_service.pyc deleted file mode 100644 index 3b90319..0000000 Binary files a/IoT/iot_device_sdk_python/devicelog/device_log_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/devicelog/listener/__init__.pyc b/IoT/iot_device_sdk_python/devicelog/listener/__init__.pyc deleted file mode 100644 index ea72130..0000000 Binary files a/IoT/iot_device_sdk_python/devicelog/listener/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/devicelog/listener/default_conn_action_log_listener.pyc b/IoT/iot_device_sdk_python/devicelog/listener/default_conn_action_log_listener.pyc deleted file mode 100644 index 019c728..0000000 Binary files a/IoT/iot_device_sdk_python/devicelog/listener/default_conn_action_log_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/devicelog/listener/default_conn_log_listener.pyc b/IoT/iot_device_sdk_python/devicelog/listener/default_conn_log_listener.pyc deleted file mode 100644 index bb3192a..0000000 Binary files a/IoT/iot_device_sdk_python/devicelog/listener/default_conn_log_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/filemanager/__init__.pyc b/IoT/iot_device_sdk_python/filemanager/__init__.pyc deleted file mode 100644 index fc4470c..0000000 Binary files a/IoT/iot_device_sdk_python/filemanager/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/filemanager/file_manager_listener.pyc b/IoT/iot_device_sdk_python/filemanager/file_manager_listener.pyc deleted file mode 100644 index 596b2a8..0000000 Binary files a/IoT/iot_device_sdk_python/filemanager/file_manager_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/filemanager/file_manager_service.pyc b/IoT/iot_device_sdk_python/filemanager/file_manager_service.pyc deleted file mode 100644 index 383fb16..0000000 Binary files a/IoT/iot_device_sdk_python/filemanager/file_manager_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/filemanager/url_info.pyc b/IoT/iot_device_sdk_python/filemanager/url_info.pyc deleted file mode 100644 index 38e901e..0000000 Binary files a/IoT/iot_device_sdk_python/filemanager/url_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/__init__.pyc b/IoT/iot_device_sdk_python/gateway/__init__.pyc deleted file mode 100644 index 04020b1..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/abstract_gateway.pyc b/IoT/iot_device_sdk_python/gateway/abstract_gateway.pyc deleted file mode 100644 index a0fcee3..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/abstract_gateway.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/gtw_operate_sub_device_listener.pyc b/IoT/iot_device_sdk_python/gateway/gtw_operate_sub_device_listener.pyc deleted file mode 100644 index 4279876..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/gtw_operate_sub_device_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/__init__.pyc b/IoT/iot_device_sdk_python/gateway/requests/__init__.pyc deleted file mode 100644 index c7e0176..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/add_sub_device_failed_reason.pyc b/IoT/iot_device_sdk_python/gateway/requests/add_sub_device_failed_reason.pyc deleted file mode 100644 index 46d1693..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/add_sub_device_failed_reason.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info.pyc b/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info.pyc deleted file mode 100644 index 9e2d18b..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info_rsp.pyc b/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info_rsp.pyc deleted file mode 100644 index e6f98d8..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/added_sub_device_info_rsp.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/del_sub_device_failed_reason.pyc b/IoT/iot_device_sdk_python/gateway/requests/del_sub_device_failed_reason.pyc deleted file mode 100644 index 3704778..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/del_sub_device_failed_reason.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/device_info.pyc b/IoT/iot_device_sdk_python/gateway/requests/device_info.pyc deleted file mode 100644 index 4e187db..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/device_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/device_property.pyc b/IoT/iot_device_sdk_python/gateway/requests/device_property.pyc deleted file mode 100644 index 972d839..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/device_property.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/device_status.pyc b/IoT/iot_device_sdk_python/gateway/requests/device_status.pyc deleted file mode 100644 index 96d1c45..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/device_status.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/gtw_add_sub_device_rsp.pyc b/IoT/iot_device_sdk_python/gateway/requests/gtw_add_sub_device_rsp.pyc deleted file mode 100644 index ae8cc13..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/gtw_add_sub_device_rsp.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/gtw_del_sub_device_rsp.pyc b/IoT/iot_device_sdk_python/gateway/requests/gtw_del_sub_device_rsp.pyc deleted file mode 100644 index 09acf8c..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/gtw_del_sub_device_rsp.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/scan_sub_device_notify.pyc b/IoT/iot_device_sdk_python/gateway/requests/scan_sub_device_notify.pyc deleted file mode 100644 index 71d30c6..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/scan_sub_device_notify.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/requests/sub_devices_info.pyc b/IoT/iot_device_sdk_python/gateway/requests/sub_devices_info.pyc deleted file mode 100644 index 040ddab..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/requests/sub_devices_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/sub_dev_discovery_listener.pyc b/IoT/iot_device_sdk_python/gateway/sub_dev_discovery_listener.pyc deleted file mode 100644 index 1ed279c..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/sub_dev_discovery_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/gateway/sub_devices_persistence.pyc b/IoT/iot_device_sdk_python/gateway/sub_devices_persistence.pyc deleted file mode 100644 index d54ad7c..0000000 Binary files a/IoT/iot_device_sdk_python/gateway/sub_devices_persistence.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/iot_device.pyc b/IoT/iot_device_sdk_python/iot_device.pyc deleted file mode 100644 index e3e2898..0000000 Binary files a/IoT/iot_device_sdk_python/iot_device.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/__init__.pyc b/IoT/iot_device_sdk_python/ota/__init__.pyc deleted file mode 100644 index ec974e3..0000000 Binary files a/IoT/iot_device_sdk_python/ota/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/ota_listener.pyc b/IoT/iot_device_sdk_python/ota/ota_listener.pyc deleted file mode 100644 index 2527a53..0000000 Binary files a/IoT/iot_device_sdk_python/ota/ota_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/ota_package_info.pyc b/IoT/iot_device_sdk_python/ota/ota_package_info.pyc deleted file mode 100644 index b722382..0000000 Binary files a/IoT/iot_device_sdk_python/ota/ota_package_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/ota_package_info_v2.pyc b/IoT/iot_device_sdk_python/ota/ota_package_info_v2.pyc deleted file mode 100644 index 55a5904..0000000 Binary files a/IoT/iot_device_sdk_python/ota/ota_package_info_v2.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/ota_query_version.pyc b/IoT/iot_device_sdk_python/ota/ota_query_version.pyc deleted file mode 100644 index 6cc66e5..0000000 Binary files a/IoT/iot_device_sdk_python/ota/ota_query_version.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/ota/ota_service.pyc b/IoT/iot_device_sdk_python/ota/ota_service.pyc deleted file mode 100644 index 884fe4c..0000000 Binary files a/IoT/iot_device_sdk_python/ota/ota_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/__init__.pyc b/IoT/iot_device_sdk_python/rule/__init__.pyc deleted file mode 100644 index b2f88c1..0000000 Binary files a/IoT/iot_device_sdk_python/rule/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/action_handler.pyc b/IoT/iot_device_sdk_python/rule/model/action_handler.pyc deleted file mode 100644 index 18952b2..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/action_handler.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/actions.pyc b/IoT/iot_device_sdk_python/rule/model/actions.pyc deleted file mode 100644 index a7f829f..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/actions.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/condition_execute.pyc b/IoT/iot_device_sdk_python/rule/model/condition_execute.pyc deleted file mode 100644 index 60caaef..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/condition_execute.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/connditions.pyc b/IoT/iot_device_sdk_python/rule/model/connditions.pyc deleted file mode 100644 index 3eca553..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/connditions.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/device_info.pyc b/IoT/iot_device_sdk_python/rule/model/device_info.pyc deleted file mode 100644 index 2cf8eb6..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/device_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/rule_info.pyc b/IoT/iot_device_sdk_python/rule/model/rule_info.pyc deleted file mode 100644 index 1301b49..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/rule_info.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/model/time_range.pyc b/IoT/iot_device_sdk_python/rule/model/time_range.pyc deleted file mode 100644 index fdd571a..0000000 Binary files a/IoT/iot_device_sdk_python/rule/model/time_range.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/rule_manage_service.pyc b/IoT/iot_device_sdk_python/rule/rule_manage_service.pyc deleted file mode 100644 index 82abdc8..0000000 Binary files a/IoT/iot_device_sdk_python/rule/rule_manage_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/timer_rule/__init__.pyc b/IoT/iot_device_sdk_python/rule/timer_rule/__init__.pyc deleted file mode 100644 index feba370..0000000 Binary files a/IoT/iot_device_sdk_python/rule/timer_rule/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/timer_rule/timer_rule.pyc b/IoT/iot_device_sdk_python/rule/timer_rule/timer_rule.pyc deleted file mode 100644 index ffc77fe..0000000 Binary files a/IoT/iot_device_sdk_python/rule/timer_rule/timer_rule.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/util/__init__.pyc b/IoT/iot_device_sdk_python/rule/util/__init__.pyc deleted file mode 100644 index c864189..0000000 Binary files a/IoT/iot_device_sdk_python/rule/util/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/rule/util/time_util.pyc b/IoT/iot_device_sdk_python/rule/util/time_util.pyc deleted file mode 100644 index 8532742..0000000 Binary files a/IoT/iot_device_sdk_python/rule/util/time_util.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/service/__init__.pyc b/IoT/iot_device_sdk_python/service/__init__.pyc deleted file mode 100644 index 76f3630..0000000 Binary files a/IoT/iot_device_sdk_python/service/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/service/abstract_device.pyc b/IoT/iot_device_sdk_python/service/abstract_device.pyc deleted file mode 100644 index 1baec2a..0000000 Binary files a/IoT/iot_device_sdk_python/service/abstract_device.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/service/abstract_service.pyc b/IoT/iot_device_sdk_python/service/abstract_service.pyc deleted file mode 100644 index 369b5e5..0000000 Binary files a/IoT/iot_device_sdk_python/service/abstract_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/service/i_service.pyc b/IoT/iot_device_sdk_python/service/i_service.pyc deleted file mode 100644 index 59223e2..0000000 Binary files a/IoT/iot_device_sdk_python/service/i_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/service/property.pyc b/IoT/iot_device_sdk_python/service/property.pyc deleted file mode 100644 index c6f28f0..0000000 Binary files a/IoT/iot_device_sdk_python/service/property.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/timesync/__init__.pyc b/IoT/iot_device_sdk_python/timesync/__init__.pyc deleted file mode 100644 index 125d756..0000000 Binary files a/IoT/iot_device_sdk_python/timesync/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/timesync/time_sync_listener.pyc b/IoT/iot_device_sdk_python/timesync/time_sync_listener.pyc deleted file mode 100644 index ffa4b1a..0000000 Binary files a/IoT/iot_device_sdk_python/timesync/time_sync_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/timesync/time_sync_service.pyc b/IoT/iot_device_sdk_python/timesync/time_sync_service.pyc deleted file mode 100644 index 9505e3a..0000000 Binary files a/IoT/iot_device_sdk_python/timesync/time_sync_service.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/__init__.pyc b/IoT/iot_device_sdk_python/transport/__init__.pyc deleted file mode 100644 index bcc3412..0000000 Binary files a/IoT/iot_device_sdk_python/transport/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/action_listener.pyc b/IoT/iot_device_sdk_python/transport/action_listener.pyc deleted file mode 100644 index 1b285a2..0000000 Binary files a/IoT/iot_device_sdk_python/transport/action_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/buffer_message.pyc b/IoT/iot_device_sdk_python/transport/buffer_message.pyc deleted file mode 100644 index 6088bb9..0000000 Binary files a/IoT/iot_device_sdk_python/transport/buffer_message.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/connect_action_listener.pyc b/IoT/iot_device_sdk_python/transport/connect_action_listener.pyc deleted file mode 100644 index e7f0780..0000000 Binary files a/IoT/iot_device_sdk_python/transport/connect_action_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/connect_listener.pyc b/IoT/iot_device_sdk_python/transport/connect_listener.pyc deleted file mode 100644 index b16ccaa..0000000 Binary files a/IoT/iot_device_sdk_python/transport/connect_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/connection.pyc b/IoT/iot_device_sdk_python/transport/connection.pyc deleted file mode 100644 index 06684c2..0000000 Binary files a/IoT/iot_device_sdk_python/transport/connection.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/mqtt/__init__.pyc b/IoT/iot_device_sdk_python/transport/mqtt/__init__.pyc deleted file mode 100644 index 30d41b9..0000000 Binary files a/IoT/iot_device_sdk_python/transport/mqtt/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/mqtt/mqtt_connection.pyc b/IoT/iot_device_sdk_python/transport/mqtt/mqtt_connection.pyc deleted file mode 100644 index e75af1c..0000000 Binary files a/IoT/iot_device_sdk_python/transport/mqtt/mqtt_connection.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/raw_message.pyc b/IoT/iot_device_sdk_python/transport/raw_message.pyc deleted file mode 100644 index ed05c18..0000000 Binary files a/IoT/iot_device_sdk_python/transport/raw_message.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/transport/raw_message_listener.pyc b/IoT/iot_device_sdk_python/transport/raw_message_listener.pyc deleted file mode 100644 index 8434c67..0000000 Binary files a/IoT/iot_device_sdk_python/transport/raw_message_listener.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/utils/__init__.pyc b/IoT/iot_device_sdk_python/utils/__init__.pyc deleted file mode 100644 index 32f6e78..0000000 Binary files a/IoT/iot_device_sdk_python/utils/__init__.pyc and /dev/null differ diff --git a/IoT/iot_device_sdk_python/utils/iot_util.pyc b/IoT/iot_device_sdk_python/utils/iot_util.pyc deleted file mode 100644 index 9076cfc..0000000 Binary files a/IoT/iot_device_sdk_python/utils/iot_util.pyc and /dev/null differ diff --git a/IoT/iot_lite.pyc b/IoT/iot_lite.pyc deleted file mode 100644 index a7c68d7..0000000 Binary files a/IoT/iot_lite.pyc and /dev/null differ diff --git a/Language/Hotword_awaker/Awaken_sockets.pyc b/Language/Hotword_awaker/Awaken_sockets.pyc deleted file mode 100644 index a437848..0000000 Binary files a/Language/Hotword_awaker/Awaken_sockets.pyc and /dev/null differ diff --git a/Language/Hotword_awaker/__init__.pyc b/Language/Hotword_awaker/__init__.pyc deleted file mode 100644 index 0cd3a83..0000000 Binary files a/Language/Hotword_awaker/__init__.pyc and /dev/null differ diff --git a/Language/LLM/__init__.pyc b/Language/LLM/__init__.pyc deleted file mode 100644 index 105bab1..0000000 Binary files a/Language/LLM/__init__.pyc and /dev/null differ diff --git a/Language/LLM/scripts/LLM.pyc b/Language/LLM/scripts/LLM.pyc deleted file mode 100644 index 4ac3f61..0000000 Binary files a/Language/LLM/scripts/LLM.pyc and /dev/null differ diff --git a/Language/LLM/scripts/LLM_back.pyc b/Language/LLM/scripts/LLM_back.pyc deleted file mode 100644 index 8d2d4d7..0000000 Binary files a/Language/LLM/scripts/LLM_back.pyc and /dev/null differ diff --git a/Language/LLM/scripts/LLM_dify.pyc b/Language/LLM/scripts/LLM_dify.pyc deleted file mode 100644 index ab43b4f..0000000 Binary files a/Language/LLM/scripts/LLM_dify.pyc and /dev/null differ diff --git a/Language/Language.pyc b/Language/Language.pyc deleted file mode 100644 index 01da824..0000000 Binary files a/Language/Language.pyc and /dev/null differ diff --git a/Language/Speech_processor/__init__.pyc b/Language/Speech_processor/__init__.pyc deleted file mode 100644 index a421463..0000000 Binary files a/Language/Speech_processor/__init__.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/Audio_player.pyc b/Language/Speech_processor/scripts/Audio_player.pyc deleted file mode 100644 index 5485bef..0000000 Binary files a/Language/Speech_processor/scripts/Audio_player.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/Recognizer.pyc b/Language/Speech_processor/scripts/Recognizer.pyc deleted file mode 100644 index 25f518d..0000000 Binary files a/Language/Speech_processor/scripts/Recognizer.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/Speech_processor.pyc b/Language/Speech_processor/scripts/Speech_processor.pyc deleted file mode 100644 index 8280ccb..0000000 Binary files a/Language/Speech_processor/scripts/Speech_processor.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/Synthesizer.pyc b/Language/Speech_processor/scripts/Synthesizer.pyc deleted file mode 100644 index ab4728b..0000000 Binary files a/Language/Speech_processor/scripts/Synthesizer.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/__init__.pyc b/Language/Speech_processor/scripts/nls/__init__.pyc deleted file mode 100644 index c040d32..0000000 Binary files a/Language/Speech_processor/scripts/nls/__init__.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/core.pyc b/Language/Speech_processor/scripts/nls/core.pyc deleted file mode 100644 index 62e1ecb..0000000 Binary files a/Language/Speech_processor/scripts/nls/core.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/exception.pyc b/Language/Speech_processor/scripts/nls/exception.pyc deleted file mode 100644 index 02ad09f..0000000 Binary files a/Language/Speech_processor/scripts/nls/exception.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/logging.pyc b/Language/Speech_processor/scripts/nls/logging.pyc deleted file mode 100644 index 37cd3ce..0000000 Binary files a/Language/Speech_processor/scripts/nls/logging.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/speech_recognizer.pyc b/Language/Speech_processor/scripts/nls/speech_recognizer.pyc deleted file mode 100644 index d41c768..0000000 Binary files a/Language/Speech_processor/scripts/nls/speech_recognizer.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/speech_synthesizer.pyc b/Language/Speech_processor/scripts/nls/speech_synthesizer.pyc deleted file mode 100644 index c768ae3..0000000 Binary files a/Language/Speech_processor/scripts/nls/speech_synthesizer.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/speech_transcriber.pyc b/Language/Speech_processor/scripts/nls/speech_transcriber.pyc deleted file mode 100644 index 5159354..0000000 Binary files a/Language/Speech_processor/scripts/nls/speech_transcriber.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/token.pyc b/Language/Speech_processor/scripts/nls/token.pyc deleted file mode 100644 index b62f468..0000000 Binary files a/Language/Speech_processor/scripts/nls/token.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/util.pyc b/Language/Speech_processor/scripts/nls/util.pyc deleted file mode 100644 index cdb2339..0000000 Binary files a/Language/Speech_processor/scripts/nls/util.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/version.pyc b/Language/Speech_processor/scripts/nls/version.pyc deleted file mode 100644 index 4120aff..0000000 Binary files a/Language/Speech_processor/scripts/nls/version.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/__init__.pyc b/Language/Speech_processor/scripts/nls/websocket/__init__.pyc deleted file mode 100644 index 5267dac..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/__init__.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_abnf.pyc b/Language/Speech_processor/scripts/nls/websocket/_abnf.pyc deleted file mode 100644 index 16edad2..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_abnf.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_app.pyc b/Language/Speech_processor/scripts/nls/websocket/_app.pyc deleted file mode 100644 index 533f457..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_app.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_cookiejar.pyc b/Language/Speech_processor/scripts/nls/websocket/_cookiejar.pyc deleted file mode 100644 index e7b9d16..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_cookiejar.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_core.pyc b/Language/Speech_processor/scripts/nls/websocket/_core.pyc deleted file mode 100644 index 0467156..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_core.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_exceptions.pyc b/Language/Speech_processor/scripts/nls/websocket/_exceptions.pyc deleted file mode 100644 index 432328a..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_exceptions.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_handshake.pyc b/Language/Speech_processor/scripts/nls/websocket/_handshake.pyc deleted file mode 100644 index a1ac018..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_handshake.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_http.pyc b/Language/Speech_processor/scripts/nls/websocket/_http.pyc deleted file mode 100644 index f9e1bc3..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_http.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_logging.pyc b/Language/Speech_processor/scripts/nls/websocket/_logging.pyc deleted file mode 100644 index b191e86..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_logging.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_socket.pyc b/Language/Speech_processor/scripts/nls/websocket/_socket.pyc deleted file mode 100644 index 3b66b62..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_socket.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_ssl_compat.pyc b/Language/Speech_processor/scripts/nls/websocket/_ssl_compat.pyc deleted file mode 100644 index ab90744..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_ssl_compat.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_url.pyc b/Language/Speech_processor/scripts/nls/websocket/_url.pyc deleted file mode 100644 index 763c858..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_url.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/_utils.pyc b/Language/Speech_processor/scripts/nls/websocket/_utils.pyc deleted file mode 100644 index d6fffe6..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/_utils.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/__init__.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/__init__.pyc deleted file mode 100644 index 3a9a8dd..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/__init__.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/echo-server.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/echo-server.pyc deleted file mode 100644 index b66adc4..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/echo-server.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_abnf.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_abnf.pyc deleted file mode 100644 index 8f7878c..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_abnf.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_app.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_app.pyc deleted file mode 100644 index 242dd62..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_app.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_cookiejar.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_cookiejar.pyc deleted file mode 100644 index 2537a5e..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_cookiejar.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_http.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_http.pyc deleted file mode 100644 index eb6ca40..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_http.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_url.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_url.pyc deleted file mode 100644 index 894b659..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_url.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/nls/websocket/tests/test_websocket.pyc b/Language/Speech_processor/scripts/nls/websocket/tests/test_websocket.pyc deleted file mode 100644 index 552b11f..0000000 Binary files a/Language/Speech_processor/scripts/nls/websocket/tests/test_websocket.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/setup.pyc b/Language/Speech_processor/scripts/setup.pyc deleted file mode 100644 index fb0c4f0..0000000 Binary files a/Language/Speech_processor/scripts/setup.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/tools/log.pyc b/Language/Speech_processor/scripts/tools/log.pyc deleted file mode 100644 index b6c4f99..0000000 Binary files a/Language/Speech_processor/scripts/tools/log.pyc and /dev/null differ diff --git a/Language/Speech_processor/scripts/tools/yaml_operator.pyc b/Language/Speech_processor/scripts/tools/yaml_operator.pyc deleted file mode 100644 index 730f4a0..0000000 Binary files a/Language/Speech_processor/scripts/tools/yaml_operator.pyc and /dev/null differ diff --git a/Language/ask_summarize.pyc b/Language/ask_summarize.pyc deleted file mode 100644 index f0da8c7..0000000 Binary files a/Language/ask_summarize.pyc and /dev/null differ diff --git a/Language/tools/log.pyc b/Language/tools/log.pyc deleted file mode 100644 index a9f6de1..0000000 Binary files a/Language/tools/log.pyc and /dev/null differ diff --git a/Language/tools/yaml_operator.pyc b/Language/tools/yaml_operator.pyc deleted file mode 100644 index ddc741d..0000000 Binary files a/Language/tools/yaml_operator.pyc and /dev/null differ diff --git a/License/license_client.pyc b/License/license_client.pyc deleted file mode 100644 index 8a5e461..0000000 Binary files a/License/license_client.pyc and /dev/null differ diff --git a/Massage/Massage.pyc b/Massage/Massage.pyc deleted file mode 100644 index 79b216c..0000000 Binary files a/Massage/Massage.pyc and /dev/null differ diff --git a/Massage/MassageControl/algorithms/__pycache__/admittance_controller.cpython-39.pyc b/Massage/MassageControl/algorithms/__pycache__/admittance_controller.cpython-39.pyc deleted file mode 100644 index 2346242..0000000 Binary files a/Massage/MassageControl/algorithms/__pycache__/admittance_controller.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/algorithms/__pycache__/arm_state.cpython-39.pyc b/Massage/MassageControl/algorithms/__pycache__/arm_state.cpython-39.pyc deleted file mode 100644 index 5f8f728..0000000 Binary files a/Massage/MassageControl/algorithms/__pycache__/arm_state.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/algorithms/__pycache__/base_controller.cpython-39.pyc b/Massage/MassageControl/algorithms/__pycache__/base_controller.cpython-39.pyc deleted file mode 100644 index 9a16afd..0000000 Binary files a/Massage/MassageControl/algorithms/__pycache__/base_controller.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/algorithms/__pycache__/controller_manager.cpython-39.pyc b/Massage/MassageControl/algorithms/__pycache__/controller_manager.cpython-39.pyc deleted file mode 100644 index 7f8f147..0000000 Binary files a/Massage/MassageControl/algorithms/__pycache__/controller_manager.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/algorithms/__pycache__/position_controller.cpython-39.pyc b/Massage/MassageControl/algorithms/__pycache__/position_controller.cpython-39.pyc deleted file mode 100644 index ecefec1..0000000 Binary files a/Massage/MassageControl/algorithms/__pycache__/position_controller.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-38.pyc b/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-38.pyc deleted file mode 100644 index 42d5db1..0000000 Binary files a/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-38.pyc and /dev/null differ diff --git a/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-39.pyc b/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-39.pyc deleted file mode 100644 index d51dd00..0000000 Binary files a/Massage/MassageControl/hardware/__pycache__/dobot_api.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-38.pyc b/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-38.pyc deleted file mode 100644 index eb41ff4..0000000 Binary files a/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-38.pyc and /dev/null differ diff --git a/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-39.pyc b/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-39.pyc deleted file mode 100644 index 88e09f4..0000000 Binary files a/Massage/MassageControl/hardware/__pycache__/dobot_nova5.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/hardware/__pycache__/force_sensor.cpython-39.pyc b/Massage/MassageControl/hardware/__pycache__/force_sensor.cpython-39.pyc deleted file mode 100644 index 304bf5a..0000000 Binary files a/Massage/MassageControl/hardware/__pycache__/force_sensor.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/Rate.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/Rate.cpython-39.pyc deleted file mode 100644 index 8cd96f7..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/Rate.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/Trajectory.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/Trajectory.cpython-39.pyc deleted file mode 100644 index 4ca48ee..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/Trajectory.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/log.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/log.cpython-39.pyc deleted file mode 100644 index 4613678..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/log.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/serial_tools.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/serial_tools.cpython-39.pyc deleted file mode 100644 index 990b67d..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/serial_tools.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/ssh_tools.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/ssh_tools.cpython-39.pyc deleted file mode 100644 index 35fde28..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/ssh_tools.cpython-39.pyc and /dev/null differ diff --git a/Massage/MassageControl/tools/__pycache__/yaml_operator.cpython-39.pyc b/Massage/MassageControl/tools/__pycache__/yaml_operator.cpython-39.pyc deleted file mode 100644 index 269eb5e..0000000 Binary files a/Massage/MassageControl/tools/__pycache__/yaml_operator.cpython-39.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/__init__.pyc b/Massage/aucpuncture2point/__init__.pyc deleted file mode 100644 index 7b99b07..0000000 Binary files a/Massage/aucpuncture2point/__init__.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/300w.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/300w.pyc deleted file mode 100644 index 9b27b72..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/300w.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/300wlp.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/300wlp.pyc deleted file mode 100644 index 80a47bc..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/300wlp.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/aflw.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/aflw.pyc deleted file mode 100644 index 56fb308..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/aflw.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/aic.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/aic.pyc deleted file mode 100644 index 1edfc8b..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/aic.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/ak.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/ak.pyc deleted file mode 100644 index 54e1bda..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/ak.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/animalpose.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/animalpose.pyc deleted file mode 100644 index 28e2cb9..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/animalpose.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/ap10k.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/ap10k.pyc deleted file mode 100644 index 94b5bd5..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/ap10k.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/atrw.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/atrw.pyc deleted file mode 100644 index ffd6ce0..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/atrw.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/campus.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/campus.pyc deleted file mode 100644 index 5e0a8f9..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/campus.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco.pyc deleted file mode 100644 index f622af8..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_aic.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_aic.pyc deleted file mode 100644 index c259b04..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_aic.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_openpose.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_openpose.pyc deleted file mode 100644 index 0895b72..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_openpose.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody.pyc deleted file mode 100644 index 8b1fc2b..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_face.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_face.pyc deleted file mode 100644 index e38ab4a..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_face.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_hand.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_hand.pyc deleted file mode 100644 index 249c13b..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_hand.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_openpose.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_openpose.pyc deleted file mode 100644 index c810238..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/coco_wholebody_openpose.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/cofw.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/cofw.pyc deleted file mode 100644 index 422a15a..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/cofw.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/crowdpose.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/crowdpose.pyc deleted file mode 100644 index a925bcd..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/crowdpose.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion2.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion2.pyc deleted file mode 100644 index ef86bd7..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion2.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_full.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_full.pyc deleted file mode 100644 index d0f4ab3..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_full.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_lower.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_lower.pyc deleted file mode 100644 index 99c9731..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_lower.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_upper.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_upper.pyc deleted file mode 100644 index c1896f1..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/deepfashion_upper.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/exlpose.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/exlpose.pyc deleted file mode 100644 index a722c16..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/exlpose.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/fly.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/fly.pyc deleted file mode 100644 index bc01579..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/fly.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/freihand2d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/freihand2d.pyc deleted file mode 100644 index abc1f33..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/freihand2d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/h36m.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/h36m.pyc deleted file mode 100644 index cc29f0c..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/h36m.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/h3wb.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/h3wb.pyc deleted file mode 100644 index 6b87fa8..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/h3wb.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/halpe.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/halpe.pyc deleted file mode 100644 index 461ab04..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/halpe.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/halpe26.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/halpe26.pyc deleted file mode 100644 index faf1f75..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/halpe26.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/horse10.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/horse10.pyc deleted file mode 100644 index 8dbc367..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/horse10.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/humanart.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/humanart.pyc deleted file mode 100644 index c6259d0..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/humanart.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/humanart21.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/humanart21.pyc deleted file mode 100644 index 12e6432..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/humanart21.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/humanart_aic.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/humanart_aic.pyc deleted file mode 100644 index fa72e68..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/humanart_aic.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/interhand2d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/interhand2d.pyc deleted file mode 100644 index acf94d2..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/interhand2d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/interhand3d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/interhand3d.pyc deleted file mode 100644 index a966056..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/interhand3d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/jhmdb.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/jhmdb.pyc deleted file mode 100644 index c18f192..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/jhmdb.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/lapa.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/lapa.pyc deleted file mode 100644 index c66cc89..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/lapa.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/locust.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/locust.pyc deleted file mode 100644 index 4750d15..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/locust.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/macaque.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/macaque.pyc deleted file mode 100644 index 67f94ee..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/macaque.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/mhp.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/mhp.pyc deleted file mode 100644 index 78c9a5d..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/mhp.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/mpi_inf_3dhp.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/mpi_inf_3dhp.pyc deleted file mode 100644 index fc675d5..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/mpi_inf_3dhp.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/mpii.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/mpii.pyc deleted file mode 100644 index b1eecad..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/mpii.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/mpii_trb.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/mpii_trb.pyc deleted file mode 100644 index e243f53..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/mpii_trb.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/ochuman.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/ochuman.pyc deleted file mode 100644 index d0219b4..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/ochuman.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/onehand10k.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/onehand10k.pyc deleted file mode 100644 index a88516d..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/onehand10k.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_body3d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_body3d.pyc deleted file mode 100644 index 510f8e9..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_body3d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_hand2d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_hand2d.pyc deleted file mode 100644 index f7b6308..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/panoptic_hand2d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/posetrack18.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/posetrack18.pyc deleted file mode 100644 index d95b017..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/posetrack18.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/rhd2d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/rhd2d.pyc deleted file mode 100644 index 835fe4f..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/rhd2d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/shelf.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/shelf.pyc deleted file mode 100644 index f714c93..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/shelf.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/ubody2d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/ubody2d.pyc deleted file mode 100644 index d3a71ef..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/ubody2d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/ubody3d.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/ubody3d.pyc deleted file mode 100644 index d17465f..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/ubody3d.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/wflw.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/wflw.pyc deleted file mode 100644 index ee83ee2..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/wflw.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/datasets/zebra.pyc b/Massage/aucpuncture2point/configs/_base_/datasets/zebra.pyc deleted file mode 100644 index d0ea995..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/datasets/zebra.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/_base_/default_runtime.pyc b/Massage/aucpuncture2point/configs/_base_/default_runtime.pyc deleted file mode 100644 index d415843..0000000 Binary files a/Massage/aucpuncture2point/configs/_base_/default_runtime.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-l_16xb16-600e_coco-640x640.pyc b/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-l_16xb16-600e_coco-640x640.pyc deleted file mode 100644 index ad39e94..0000000 Binary files a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-l_16xb16-600e_coco-640x640.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-m_16xb16-600e_coco-640x640.pyc b/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-m_16xb16-600e_coco-640x640.pyc deleted file mode 100644 index e65b1a9..0000000 Binary files a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-m_16xb16-600e_coco-640x640.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-s_8xb32-600e_coco-640x640.pyc b/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-s_8xb32-600e_coco-640x640.pyc deleted file mode 100644 index 9888423..0000000 Binary files a/Massage/aucpuncture2point/configs/body_2d_keypoint/rtmo/coco/rtmo-s_8xb32-600e_coco-640x640.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/model/rtmdet_s_8xb32-300e_coco.pyc b/Massage/aucpuncture2point/configs/model/rtmdet_s_8xb32-300e_coco.pyc deleted file mode 100644 index 200df00..0000000 Binary files a/Massage/aucpuncture2point/configs/model/rtmdet_s_8xb32-300e_coco.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/configs/model/rtmo-s_8xb32-600e_coco-640x640.pyc b/Massage/aucpuncture2point/configs/model/rtmo-s_8xb32-600e_coco-640x640.pyc deleted file mode 100644 index 5ccfe90..0000000 Binary files a/Massage/aucpuncture2point/configs/model/rtmo-s_8xb32-600e_coco-640x640.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/abdomen/abdomen.pyc b/Massage/aucpuncture2point/scripts/abdomen/abdomen.pyc deleted file mode 100644 index cef7d3b..0000000 Binary files a/Massage/aucpuncture2point/scripts/abdomen/abdomen.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/abdomen/abdomen_data.pyc b/Massage/aucpuncture2point/scripts/abdomen/abdomen_data.pyc deleted file mode 100644 index 18e60bd..0000000 Binary files a/Massage/aucpuncture2point/scripts/abdomen/abdomen_data.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/abdomen/abdomen_manual.pyc b/Massage/aucpuncture2point/scripts/abdomen/abdomen_manual.pyc deleted file mode 100644 index 7048c8c..0000000 Binary files a/Massage/aucpuncture2point/scripts/abdomen/abdomen_manual.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/abdomen/abdomen_yolo.pyc b/Massage/aucpuncture2point/scripts/abdomen/abdomen_yolo.pyc deleted file mode 100644 index 43200a5..0000000 Binary files a/Massage/aucpuncture2point/scripts/abdomen/abdomen_yolo.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/abdomen/config.pyc b/Massage/aucpuncture2point/scripts/abdomen/config.pyc deleted file mode 100644 index b7836e4..0000000 Binary files a/Massage/aucpuncture2point/scripts/abdomen/config.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/back/back.pyc b/Massage/aucpuncture2point/scripts/back/back.pyc deleted file mode 100644 index 49b59c5..0000000 Binary files a/Massage/aucpuncture2point/scripts/back/back.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/back/back_data.pyc b/Massage/aucpuncture2point/scripts/back/back_data.pyc deleted file mode 100644 index 4a4e617..0000000 Binary files a/Massage/aucpuncture2point/scripts/back/back_data.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/back/back_manual.pyc b/Massage/aucpuncture2point/scripts/back/back_manual.pyc deleted file mode 100644 index 3971375..0000000 Binary files a/Massage/aucpuncture2point/scripts/back/back_manual.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/back/back_yolo.pyc b/Massage/aucpuncture2point/scripts/back/back_yolo.pyc deleted file mode 100644 index 4115f8d..0000000 Binary files a/Massage/aucpuncture2point/scripts/back/back_yolo.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/back/config.pyc b/Massage/aucpuncture2point/scripts/back/config.pyc deleted file mode 100644 index d94ec90..0000000 Binary files a/Massage/aucpuncture2point/scripts/back/config.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/coordinate_transform.pyc b/Massage/aucpuncture2point/scripts/coordinate_transform.pyc deleted file mode 100644 index 3cf9790..0000000 Binary files a/Massage/aucpuncture2point/scripts/coordinate_transform.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/depth_to_huidu.pyc b/Massage/aucpuncture2point/scripts/depth_to_huidu.pyc deleted file mode 100644 index 3811c7b..0000000 Binary files a/Massage/aucpuncture2point/scripts/depth_to_huidu.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/fxl_demo.pyc b/Massage/aucpuncture2point/scripts/fxl_demo.pyc deleted file mode 100644 index e891cd4..0000000 Binary files a/Massage/aucpuncture2point/scripts/fxl_demo.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/config.pyc b/Massage/aucpuncture2point/scripts/leg/config.pyc deleted file mode 100644 index 91e60e8..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/config.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/leg.pyc b/Massage/aucpuncture2point/scripts/leg/leg.pyc deleted file mode 100644 index 179ee3b..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/leg.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/leg_baidu.pyc b/Massage/aucpuncture2point/scripts/leg/leg_baidu.pyc deleted file mode 100644 index ea4b154..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/leg_baidu.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/leg_data.pyc b/Massage/aucpuncture2point/scripts/leg/leg_data.pyc deleted file mode 100644 index c07d508..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/leg_data.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/leg_manual.pyc b/Massage/aucpuncture2point/scripts/leg/leg_manual.pyc deleted file mode 100644 index 2ed79cb..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/leg_manual.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/leg/leg_yolo.pyc b/Massage/aucpuncture2point/scripts/leg/leg_yolo.pyc deleted file mode 100644 index 1a4267f..0000000 Binary files a/Massage/aucpuncture2point/scripts/leg/leg_yolo.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/remote_cam.pyc b/Massage/aucpuncture2point/scripts/remote_cam.pyc deleted file mode 100644 index e23dfc2..0000000 Binary files a/Massage/aucpuncture2point/scripts/remote_cam.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/rgb_point_cloud.pyc b/Massage/aucpuncture2point/scripts/rgb_point_cloud.pyc deleted file mode 100644 index 044c566..0000000 Binary files a/Massage/aucpuncture2point/scripts/rgb_point_cloud.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/show_point_cloud.pyc b/Massage/aucpuncture2point/scripts/show_point_cloud.pyc deleted file mode 100644 index d4f81aa..0000000 Binary files a/Massage/aucpuncture2point/scripts/show_point_cloud.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/tools/log.pyc b/Massage/aucpuncture2point/scripts/tools/log.pyc deleted file mode 100644 index eb49fc0..0000000 Binary files a/Massage/aucpuncture2point/scripts/tools/log.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/tools/yaml_operator.pyc b/Massage/aucpuncture2point/scripts/tools/yaml_operator.pyc deleted file mode 100644 index 50d6cac..0000000 Binary files a/Massage/aucpuncture2point/scripts/tools/yaml_operator.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/vector.pyc b/Massage/aucpuncture2point/scripts/vector.pyc deleted file mode 100644 index f85becf..0000000 Binary files a/Massage/aucpuncture2point/scripts/vector.pyc and /dev/null differ diff --git a/Massage/aucpuncture2point/scripts/yaml_operator.pyc b/Massage/aucpuncture2point/scripts/yaml_operator.pyc deleted file mode 100644 index 5f76ae9..0000000 Binary files a/Massage/aucpuncture2point/scripts/yaml_operator.pyc and /dev/null differ diff --git a/Massage/test_manual.pyc b/Massage/test_manual.pyc deleted file mode 100644 index 272e58b..0000000 Binary files a/Massage/test_manual.pyc and /dev/null differ diff --git a/Massage/tools/log.pyc b/Massage/tools/log.pyc deleted file mode 100644 index 0a95cd3..0000000 Binary files a/Massage/tools/log.pyc and /dev/null differ diff --git a/Massage/tools/yaml_operator.pyc b/Massage/tools/yaml_operator.pyc deleted file mode 100644 index 066961a..0000000 Binary files a/Massage/tools/yaml_operator.pyc and /dev/null differ diff --git a/Restart_Speaker.pyc b/Restart_Speaker.pyc deleted file mode 100644 index 26be3c0..0000000 Binary files a/Restart_Speaker.pyc and /dev/null differ diff --git a/UI_next/app.pyc b/UI_next/app.pyc deleted file mode 100644 index af2035c..0000000 Binary files a/UI_next/app.pyc and /dev/null differ diff --git a/UI_next/app_bak.pyc b/UI_next/app_bak.pyc deleted file mode 100644 index dc279d5..0000000 Binary files a/UI_next/app_bak.pyc and /dev/null differ diff --git a/UI_next/aubo_C5_UI.pyc b/UI_next/aubo_C5_UI.pyc deleted file mode 100644 index 6840970..0000000 Binary files a/UI_next/aubo_C5_UI.pyc and /dev/null differ diff --git a/UI_next/force_sensor_aubo.pyc b/UI_next/force_sensor_aubo.pyc deleted file mode 100644 index 8d257e8..0000000 Binary files a/UI_next/force_sensor_aubo.pyc and /dev/null differ diff --git a/UI_next/hw_obs.pyc b/UI_next/hw_obs.pyc deleted file mode 100644 index 2d6cdbb..0000000 Binary files a/UI_next/hw_obs.pyc and /dev/null differ diff --git a/UI_next/ir_report.pyc b/UI_next/ir_report.pyc deleted file mode 100644 index 746904f..0000000 Binary files a/UI_next/ir_report.pyc and /dev/null differ diff --git a/UI_next/modules/common/common_routes.pyc b/UI_next/modules/common/common_routes.pyc deleted file mode 100644 index 6dcb072..0000000 Binary files a/UI_next/modules/common/common_routes.pyc and /dev/null differ diff --git a/UI_next/modules/thermal/example.pyc b/UI_next/modules/thermal/example.pyc deleted file mode 100644 index 69dc3a0..0000000 Binary files a/UI_next/modules/thermal/example.pyc and /dev/null differ diff --git a/UI_next/modules/thermal/thermal_process.pyc b/UI_next/modules/thermal/thermal_process.pyc deleted file mode 100644 index 5a38775..0000000 Binary files a/UI_next/modules/thermal/thermal_process.pyc and /dev/null differ diff --git a/UI_next/modules/thermal/thermal_routes.pyc b/UI_next/modules/thermal/thermal_routes.pyc deleted file mode 100644 index 0111357..0000000 Binary files a/UI_next/modules/thermal/thermal_routes.pyc and /dev/null differ diff --git a/UI_next/modules/thermal/thermal_vision.pyc b/UI_next/modules/thermal/thermal_vision.pyc deleted file mode 100644 index 02750dc..0000000 Binary files a/UI_next/modules/thermal/thermal_vision.pyc and /dev/null differ diff --git a/UI_next/modules/vtxdb/vtxdb_routes.pyc b/UI_next/modules/vtxdb/vtxdb_routes.pyc deleted file mode 100644 index 4793796..0000000 Binary files a/UI_next/modules/vtxdb/vtxdb_routes.pyc and /dev/null differ diff --git a/UI_next/power_board.pyc b/UI_next/power_board.pyc deleted file mode 100644 index 8c754f9..0000000 Binary files a/UI_next/power_board.pyc and /dev/null differ diff --git a/UI_next/qq_music.pyc b/UI_next/qq_music.pyc deleted file mode 100644 index 23a8a52..0000000 Binary files a/UI_next/qq_music.pyc and /dev/null differ diff --git a/UI_next/tools/ai_search.pyc b/UI_next/tools/ai_search.pyc deleted file mode 100644 index b8b9d30..0000000 Binary files a/UI_next/tools/ai_search.pyc and /dev/null differ diff --git a/UI_next/tools/deep_thought.pyc b/UI_next/tools/deep_thought.pyc deleted file mode 100644 index b6a6d13..0000000 Binary files a/UI_next/tools/deep_thought.pyc and /dev/null differ diff --git a/UI_next/tools/license_module.pyc b/UI_next/tools/license_module.pyc deleted file mode 100644 index 02b672e..0000000 Binary files a/UI_next/tools/license_module.pyc and /dev/null differ diff --git a/UI_next/tools/log_utils.pyc b/UI_next/tools/log_utils.pyc deleted file mode 100644 index d1e536b..0000000 Binary files a/UI_next/tools/log_utils.pyc and /dev/null differ diff --git a/UI_next/tools/serial_tools.pyc b/UI_next/tools/serial_tools.pyc deleted file mode 100644 index 805f350..0000000 Binary files a/UI_next/tools/serial_tools.pyc and /dev/null differ diff --git a/UI_next/tools/ssh_tools.pyc b/UI_next/tools/ssh_tools.pyc deleted file mode 100644 index 485b919..0000000 Binary files a/UI_next/tools/ssh_tools.pyc and /dev/null differ diff --git a/UI_next/tools/version_control.pyc b/UI_next/tools/version_control.pyc deleted file mode 100644 index 52f8bb7..0000000 Binary files a/UI_next/tools/version_control.pyc and /dev/null differ diff --git a/UI_next/tools/volume_control.pyc b/UI_next/tools/volume_control.pyc deleted file mode 100644 index c10b709..0000000 Binary files a/UI_next/tools/volume_control.pyc and /dev/null differ diff --git a/UI_next/tools/wifi_tools.pyc b/UI_next/tools/wifi_tools.pyc deleted file mode 100644 index facf362..0000000 Binary files a/UI_next/tools/wifi_tools.pyc and /dev/null differ diff --git a/VortXDB/client.pyc b/VortXDB/client.pyc deleted file mode 100644 index 9a8dece..0000000 Binary files a/VortXDB/client.pyc and /dev/null differ diff --git a/example_startup.pyc b/example_startup.pyc deleted file mode 100644 index 5581b2c..0000000 Binary files a/example_startup.pyc and /dev/null differ diff --git a/py2json.pyc b/py2json.pyc deleted file mode 100644 index 0a9bb3d..0000000 Binary files a/py2json.pyc and /dev/null differ