node_modules/
dist/
coverage/
*.tgz
.DS_Store

# IDE
.idea/
.vscode/
*.swp
*.swo

# Environment
.env
.env.*

# Build artifacts
*.log
npm-debug.log*

# Docs build output
docs-site/dist/
docs-site/.astro/
api-docs/

# Claude Code
.claude/

# Playwright
.playwright-mcp/
package-lock.json

# Proposal scratchpads (drafts that get folded into real files)
*.proposed.md
docs/canonical-demo.md

# Local scratch artifacts
index-claude.html
*.scratch.*
coverage
