# Template images (contain personal UI screenshots)
templates/

# App visual memory — split tracking:
# meta.json (tips, metadata) → TRACKED (permanent project knowledge)
# components/, pages/, *.png, *.jpg → NOT tracked (machine-specific screenshots)
# states.json, transitions.json, components.json → NOT tracked (runtime-generated)
memory/apps/*/components/
memory/apps/*/pages/
memory/apps/*/components.json
memory/apps/*/states.json
memory/apps/*/transitions.json
memory/.session_log.json

# Detection output
detected/

# Python cache
__pycache__/
*.pyc

# Local virtual environments
.venv/
.venv311/
.venv312/
venv/

# macOS
.DS_Store

# Temp files
/tmp/
_legacy/
scripts/test_states.py
archive/memory_backup/

# Auto-generated by activate.py (platform-specific copy)
actions/_actions.yaml

# Runtime state files
skills/gui-report/scripts/.tracker_state.json
