# Build
/target/
deps/egui_term/target/

# Scratch docs
docs/scratch/

# Videos
VIDEOS/

# IDE
.idea/
.vscode/

# AI tool configs (local only)
.claude/settings.local.json
.claude/*.lock
.kiro/
/skills-lock.json

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Generated bundle assets (cargo bundle generates its own from Cargo.toml)
assets/Info.plist

# Bundled Python runtime (fetched by `just fetch-python-runtime` at build time)
assets/python/

# Channel (per-worktree, not shared)
.channel

# Misc
*.log
*.swp
*.swo
here.md
NEXT.md
examples/*/target/
sdk/*/target/
worktrees/

# Python
__pycache__/
*.pyc
*.pyo
sdk/python/**/__pycache__/
sdk/python/*.egg-info/

# Local config
.plexi/
.plexi-alpha/
.plexi-beta/
.plexi-pr-*/
.superpowers/

# Claude agent memory (local, not shared)
.claude/agent-memory/

# MemPalace (local semantic memory index)
.mempalace/

# MemPalace per-project files (issue #185)
mempalace.yaml
entities.json
