diff --git a/custom_components/shopping_list_manager/__pycache__/__init__.cpython-313.pyc b/custom_components/shopping_list_manager/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..18b9190 Binary files /dev/null and b/custom_components/shopping_list_manager/__pycache__/__init__.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/__pycache__/config_flow.cpython-313.pyc b/custom_components/shopping_list_manager/__pycache__/config_flow.cpython-313.pyc new file mode 100644 index 0000000..c154748 Binary files /dev/null and b/custom_components/shopping_list_manager/__pycache__/config_flow.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/__pycache__/const.cpython-313.pyc b/custom_components/shopping_list_manager/__pycache__/const.cpython-313.pyc new file mode 100644 index 0000000..910cbbd Binary files /dev/null and b/custom_components/shopping_list_manager/__pycache__/const.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/__pycache__/models.cpython-313.pyc b/custom_components/shopping_list_manager/__pycache__/models.cpython-313.pyc new file mode 100644 index 0000000..d6c536e Binary files /dev/null and b/custom_components/shopping_list_manager/__pycache__/models.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/__pycache__/storage.cpython-313.pyc b/custom_components/shopping_list_manager/__pycache__/storage.cpython-313.pyc new file mode 100644 index 0000000..a220f88 Binary files /dev/null and b/custom_components/shopping_list_manager/__pycache__/storage.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/data/__pycache__/catalog_loader.cpython-313.pyc b/custom_components/shopping_list_manager/data/__pycache__/catalog_loader.cpython-313.pyc new file mode 100644 index 0000000..59af5db Binary files /dev/null and b/custom_components/shopping_list_manager/data/__pycache__/catalog_loader.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/data/__pycache__/category_loader.cpython-313.pyc b/custom_components/shopping_list_manager/data/__pycache__/category_loader.cpython-313.pyc new file mode 100644 index 0000000..dab0b61 Binary files /dev/null and b/custom_components/shopping_list_manager/data/__pycache__/category_loader.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/utils/__pycache__/__init__.cpython-313.pyc b/custom_components/shopping_list_manager/utils/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..c255431 Binary files /dev/null and b/custom_components/shopping_list_manager/utils/__pycache__/__init__.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/utils/__pycache__/images.cpython-313.pyc b/custom_components/shopping_list_manager/utils/__pycache__/images.cpython-313.pyc new file mode 100644 index 0000000..6894115 Binary files /dev/null and b/custom_components/shopping_list_manager/utils/__pycache__/images.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/utils/__pycache__/search.cpython-313.pyc b/custom_components/shopping_list_manager/utils/__pycache__/search.cpython-313.pyc new file mode 100644 index 0000000..c99b4b4 Binary files /dev/null and b/custom_components/shopping_list_manager/utils/__pycache__/search.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/websocket/__pycache__/__init__.cpython-313.pyc b/custom_components/shopping_list_manager/websocket/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..7acd9d2 Binary files /dev/null and b/custom_components/shopping_list_manager/websocket/__pycache__/__init__.cpython-313.pyc differ diff --git a/custom_components/shopping_list_manager/websocket/__pycache__/handlers.cpython-313.pyc b/custom_components/shopping_list_manager/websocket/__pycache__/handlers.cpython-313.pyc new file mode 100644 index 0000000..5988c13 Binary files /dev/null and b/custom_components/shopping_list_manager/websocket/__pycache__/handlers.cpython-313.pyc differ