# macOS metadata
**/.DS_Store

# Local credentials and machine-specific settings
.env
apps/web/.env.local
.claude/settings.local.json
apps/.claude/settings.local.json
/.claude/worktrees/

# Local runtime state
.orion-local/
.platform-local/
/.pnpm-store/
/.venv/
**/node_modules/
**/.terraform/

# Python, test, and tool caches
**/__pycache__/
*.py[cod]
**/.ruff_cache/
**/.mypy_cache/
**/.pytest_cache/
/.playwright-cli/
.coverage
coverage/
htmlcov/
*.log

# Generated builds and reports
**/dist/
**/build/
output/
outputs/
ui-audit/
apps/web/playwright-report/
apps/web/test-results/
apps/web/package-lock.json

# Local scratch and corpus-build artifacts
/.tmp/
/tmp/
/work/
/assets/
/artifacts/
/artifacts/index-plans/
/artifacts/data-room-plans/
/.codex-work/

# Local visual-QA captures
/workflow-*.png
/landing-*.png
/landing-page-screenshots/
/artifacts/chat-*.png
/artifacts/composer-*.png
/artifacts/process-*.png
/artifacts/select-*.png
/artifacts/ui-audit-state.png
/artifacts/codex/
/artifacts/ui-qa-*/

# Local research deliverables
Orion_ICP_Prospects_YC_Speedrun.xlsx
Platform_ICP_Prospects_YC_Speedrun.xlsx

# Temporary credentials emitted by google-github-actions/auth.
gha-creds-*.json
