# Agent runtime artifacts (transient, not worth tracking)
.claude/
.claude.json
.cache/
.config/
.local/
.npm/
.profile
.zshrc
.gitconfig
.kube/

# Agent memory (persists on volume, contains secrets — never commit)
life/
memory/

# Editor swap files
*.swp
*.swo

# Secrets (never commit)
secrets/
*.pem

# Sync state (local only)
.last-synced-sha

# Node artifacts
node_modules/
bun.lock
