/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/

# Python SDK
__pycache__/
*.pyc
sdk/python/dist/
sdk/python/*.egg-info/
sdk/python/src/*.egg-info/
.pytest_cache/
.ruff_cache/

# 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/
