# Build artifacts
/bin/
/dist/

# Per-developer Claude Code overrides; shared defaults live in settings.json
.claude/settings.local.json

# Editor / OS
.vscode/
.idea/
.DS_Store

# Playwright MCP scratch output (snapshots / screenshots written during inspection)
.playwright-mcp/

# Local, unstaged env overrides
**/.env.local
**/.env.*.local

# Claude Code harness runtime artifacts
.claude/scheduled_tasks.lock
