# Dependencies
node_modules/
container/node_modules/
.npm-cache/

# Build output
dist/
desktop/dist/
desktop/.electron-dev/
desktop/release/
desktop/build/runtime-bin/
desktop/build/runtime-deps/
container/dist/
coverage/

# Runtime data
data/
.hybridclaw/
.worktrees/
.heygen-cache/

# Environment / secrets
.env
.env.local
.env.*.local
config.json
config.local.json
.confidential.yml

# Backups
*.bak

# SQLite
*.db
*.db-journal
*.db-shm
*.db-wal

# Internal workplans
docs/development/workplan-*.md

# Claude Code
.claude/

# OS
.DS_Store

# Temporary files
*.tmp*

# Python
__pycache__/
*.py[cod]
*$py.class
