# Claude Code worktree scaffolding
.worktrees/
.claude/worktrees/

# Dependencies
node_modules
.pnpm-store/
pnpm-lock.yaml

# Build outputs
dist/
build/
out/
types/

# Environment files
.env
.env.local
.env.*.local

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

# Claude Code local settings (written by SessionStart hook in web sessions)
.claude/settings.local.json

# Claude Code personal notes (recurring nitpicks / review feedback, never committed)
CLAUDE.local.md
.claude/CLAUDE.local.md

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*

# Coverage
coverage/

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

# Generated: the self-contained CLI bundled into the Python wheel at build time
# (see scripts/bundle-python-cli.mjs). A build artifact from src/, never committed.
python/agent_input_sanitizer/_bundled/

# Stryker mutation testing
.stryker-tmp/
reports/mutation/
reports/stryker-incremental.json
stryker.shard.json
