/target
*.pdb
*.exe
# Cargo.lock — committed for reproducible builds on Cloud Build (Rust 1.85)

# Environment files
.env
services/api/.env

# Build artifacts
docs-site/site/
.wrangler/
dashboard/node_modules/
dashboard/dist/
nanonan/

# AI context files (not part of the product)
CORRECTIONS.md
PHASE_A_PROMPTS.md
PHASE_B_E_PROMPTS.md

# Test CDP files (local testing artifacts)
real_cdp.json
real_cdp_wrapped.json
test_cdp.json

# Screenshots (local testing)
*.png

# Playwright MCP
.playwright-mcp/
