node_modules/
*.bpmn
*.svg
!references/**
!tests/**
!docs/**

# OMG spec files (keep locally, download links in omg-compliance.md)
references/omg-spec/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~

# Tooling artifacts
.playwright-mcp/

# Environment
.env
.env.*

# Runtime artifacts
audit/
dead-letter/

# Skill bundle (rebuild on demand via `npm run build:skill`)
bpmn-generator-v3.skill

# Robustness run artifacts (the dir is committed via .gitkeep, but reports are local)
tests/robustness-reports/*.md
tests/robustness-reports/*.json

# Handoff specs for external LLM sessions (local-only, kept on developer machines
# to be handed to opencode / Cursor / other agents — not project history)
docs/specs/

# Frontend (built by external LLM session per docs/specs/2026-05-18-bpmn-copilot-frontend.md,
# stays local per-developer machine — not project history)
frontend/
