# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/

# Node / Tauri
node_modules/
packages/viewer/dist/
packages/viewer/src-tauri/target/

# OS
.DS_Store

# Local editor/agent settings
.claude/settings.local.json

# ChangeX working artifacts
*.changex.tmp
examples/out/

# stray sample journals (regenerate via make demo)
examples/*.changex

# Tauri generated icons (regenerated by `tauri icon` / the desktop workflow)
packages/viewer/src-tauri/icons/32x32.png
packages/viewer/src-tauri/icons/128x128.png
packages/viewer/src-tauri/icons/128x128@2x.png
packages/viewer/src-tauri/icons/icon.icns
packages/viewer/src-tauri/icons/icon.ico
packages/viewer/src-tauri/icons/Square*.png
packages/viewer/src-tauri/icons/StoreLogo.png
# _source.png IS committed — it's the real ChangeX logo the icon set is generated from.

# screenshot intermediates (only the PNGs are committed)
docs/assets/_render/

# claude-flow runtime data (hooks/daemon write here; not part of the project)
.claude-flow/
packages/viewer/src-tauri/icons/64x64.png
packages/viewer/src-tauri/icons/android/
packages/viewer/src-tauri/icons/ios/

# ChangeX QuickLook (Xcode) — generated project + build output
packages/quicklook/build/
packages/quicklook/*.xcodeproj/
