# Rust build output
target/

# Example build artifacts
examples/*/target/
examples/*/node_modules/
examples/cross-language/*/target/
examples/cross-language/data/
examples/system-monitor/data/

# Editor
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.idea/

# Worktrees
.worktrees/

# Private maintainer and AI tooling
.claude/
.agents/
.codex/
.opencode/
AGENTS.md
CLAUDE.md
MAINTAINER_HANDBOOK.md
RELEASING.md
docs/superpowers/archive/
internal/

# Node.js
node_modules/
packages/runtime-ts/dist/

# Python bytecode and test caches
__pycache__/
*.py[cod]

# Go
packages/runtime-go/vendor/
