# Secrets — NEVER commit
.env
*.env
!.env.example

# Local runtime state (not part of the repo)
personas.db
browsewright/profiles/
.cea_v3/

# Test artifacts
batch_results.json
batch_run.log
*.log

# Local task outputs (write results with --out; don't commit them)
/netlify.json
/lead.json
/brand.json
/result.json
/out.json

# Local launch kit — internal marketing copy, kept local, not shipped publicly
launch/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Claude Code local settings (machine-specific)
.claude/settings.local.json
