LICENSE.txt
README.md
pyproject.toml
mycat/PROMPT.j2
mycat/__init__.py
mycat/__main__.py
mycat/llm.py
mycat/llm_ollama.py
mycat/llm_openai.py
mycat/llm_prompt.py
mycat/llm_settings_ui.py
mycat/llm_ui.py
mycat/main.py
mycat/reminder.py
mycat/reminder_ui.py
mycat/shop_api.py
mycat/shop_ui.py
mycat/skin_catalog.py
mycat.egg-info/PKG-INFO
mycat.egg-info/SOURCES.txt
mycat.egg-info/dependency_links.txt
mycat.egg-info/entry_points.txt
mycat.egg-info/requires.txt
mycat.egg-info/top_level.txt
mycat/assets/plane.png
mycat/assets/planes/plane1.png
mycat/assets/planes/plane2.png
mycat/assets/planes/plane3.png
mycat/assets/planes/plane4.png
mycat/images/cat.zip
tests/test_llm_ollama.py
tests/test_llm_prompt.py
tests/test_ollama_settings_dialog.py
tests/test_reminder.py