LICENSE.txt
README.md
pyproject.toml
mycat/PROMPT.j2
mycat/__init__.py
mycat/__main__.py
mycat/activity.py
mycat/activity_store.py
mycat/activity_ui.py
mycat/announcer.py
mycat/autostart.py
mycat/calendar_ics.py
mycat/calendar_ui.py
mycat/char_catalog.py
mycat/char_pack.py
mycat/digest.py
mycat/focus.py
mycat/github_notify.py
mycat/github_ui.py
mycat/llm.py
mycat/llm_ollama.py
mycat/llm_openai_compat.py
mycat/llm_prompt.py
mycat/llm_settings_ui.py
mycat/llm_ui.py
mycat/llm_vendors.py
mycat/main.py
mycat/reminder.py
mycat/reminder_ui.py
mycat/secret_store.py
mycat/settings_ui.py
mycat/shop_api.py
mycat/shop_ui.py
mycat/ui_theme.py
mycat/update_check.py
mycat/updater.py
mycat/xinput_linux.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/chars/cat.zip
mycat/chars/classic.zip
tests/test_activity.py
tests/test_activity_dialog.py
tests/test_activity_store.py
tests/test_announcer.py
tests/test_auto_focus.py
tests/test_autostart.py
tests/test_calendar_ics.py
tests/test_char_engine.py
tests/test_digest.py
tests/test_focus.py
tests/test_github_notify.py
tests/test_llm_ollama.py
tests/test_llm_openai_compat.py
tests/test_llm_prompt.py
tests/test_llm_settings_dialog.py
tests/test_llm_vendors.py
tests/test_persistence.py
tests/test_reminder.py
tests/test_secret_store.py
tests/test_startup_indicator.py
tests/test_update_check.py
tests/test_updater.py