# Plugin runtime data (user cache + settings, not source)
data.json
cache.json

# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo

# Node
node_modules/
dist/
*.log

# Build artifacts
main.js
main.js.map

# Agent state
.agent/
.claude/
.orchestration/

# E2E contract runtime artifacts
.e2e/artifact.json
.e2e/artifact.json.sig
.e2e/results/
