node_modules/
dist/
.turbo/
*.tsbuildinfo
__pycache__/
*.pyc

# Environment / secrets
.env
.env.*
*.env
.npmrc
scripts/.env.cto

# Strategy docs (not sensitive, but private)
stack-claude-code-spec-v3.md
stack-gtm-distribution.md
stack-platform-spec-v2.md

# IDE
.vscode/settings.json
.idea/

# OS
.DS_Store
Thumbs.db

# Next.js
.next/
out/

# MCP publisher
mcp-publisher.exe
.mcpregistry_*

# Fly.io deployment config (contains app names, regions)
**/fly.toml
!apps/*/fly.toml
!**/fly.toml.example

# Logs
*.log
npm-debug.log*

# Claude Code edit audit log (per-machine paper trail of hook-logged mutations)
.claude/audit/

# Claude Code per-machine state (background scheduler)
.claude/scheduled_tasks.lock

# OpenAPI spec cache (regenerated by scripts/verify-intents-openapi.ts)
scripts/.openapi-cache/

# Local dev screenshots
*-stripe.png

# YC application session exports (founder voice + redacted creds — never commit)
docs/yc-q18/
docs/yc-application-session-preface.md
*-YC.md
*-yc.md
