# Python / OS cruft
__pycache__/
*.pyc
*.pyo
*.tmp

# Backups created at apply time (live user data — never commit)
backups/

# Watchdog runtime artefacts (log + notice dedupe + stand-down marker): they
# appear next to the script wherever it runs, including this folder, and must
# never be committed or shipped.
lcars_autoheal.log
lcars_autoheal_state.json
lcars_autoheal.disabled

# Remembered opt-out for the chat view-stability add-on (runtime artefact of
# `--no-chat-stability`; belongs to the user's machine, not the repo).
lcars_chat_stability.disabled

# Generated by tests/build_chat_stable_harness.py on each run
tests/chat_view_stable_test.html

# Editor / OS files
.DS_Store
Thumbs.db
*.swp

# The packed distribution zip is shipped as a GitHub Release asset (up to 2 GB),
# NOT committed to git (GitHub rejects repo files > 100 MB). The unzipped
# contents of this folder are what get committed.
lcars-installer.zip
*.zip
