# Build artifacts
node_modules/
dist/
build/
*.js
*.d.ts
*.js.map
*.d.ts.map
!opencode-plugin/src/**
bun.lock
*.tgz

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/

# Secrets
.env
.env.*
!.env.example

# Per-project state (created by `perpetual init` when run inside this repo)
.perpetual/

# Harness scaffolding accidentally created in repo root by `perpetual init`
# (canonical sources live at .opencode/agents/, opencode-plugin/, templates/)
/.claude/
/.cursor/
/.codex/
/.mcp.json
/mcp.json
/.opencode/perpetual-plugin/

# OS / editor
.DS_Store
*.swp
