# Python cache
.mypy_cache/
.pytest_cache/
__pycache__/
.hypothesis/
.coverage
htmlcov/

# Virtual environment
.venv/
venv/
ENV/

# ASV benchmarks
.asv/
.benchmarks/
*.pyc
*.pyo
*.pyd

# Node modules
node_modules/

# MkDocs build output
site/
site-internal/

# Next.js build
.next/
apps/morphism/.next/

# Generated design tokens CSS
apps/morphism/src/styles/tokens.generated.css

# Turbo cache
.turbo/

# Ruff cache
.ruff_cache/

# Playwright logs
.playwright-mcp/*.log
apps/morphism/output/playwright/
apps/morphism/playwright-report/

# Vercel
.vercel/

# Git worktrees
.worktrees/

# Build outputs
dist/
build/
*.egg-info/
*.tsbuildinfo
experiments/

# Test/coverage outputs
coverage/
.nyc_output/

# IDE
.vscode/
.idea/

# Logs
*.log
debug.log
firebase-debug.log

# Database files
*.db
*.sqlite
*.sqlite3

# Temporary files
Untitled-*.md
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
**/.env
**/.env.*
!**/.env.example
!**/.env.*.example
.sentry-token

# Local runtime state
.api/
.monitor/

# Validation artifacts
validation-reports/*.json
structure-validation-report.json

# Private/internal provenance (no external project names in repo; note stays local)
.morphism/internal/

# Centralized secrets vault (NEVER COMMIT)
.secrets/
!.secrets/README.md

# Root underscore-prefixed lanes are always local-only.
/_*

# Legal agreements (IP-sensitive — never public)
docs/legal/agreements/

# Local editor/agent state (not tracked)
.claude/system-prompts/
CLAUDE.local.md

# Morphism local overrides and runtime data
.morphism/settings.local.json
.morphism/.cache/
.morphism/logs/
.morphism/secrets/
.morphism/**/*.local.*
.morphism/preflight-last.txt

# Workspace cleanup
temp_*/
migration-status.log

desktop.ini

# Editor backups
*~
*.swp
*.swo
*.bak

*.lcov

# Credentials & sensitive infrastructure
**/supabase/.temp/

# Patent and deal strategy (never public)
archive/mobius-morphism-unification/**/patents/
archive/mobius-morphism-unification/**/laguna*

# Internal metrics (kappa/proof rates)
.morphism/metrics/metrics.json
.morphism/metrics.jsonl

# Secret location maps
archive/docs/plans/reference/TOKEN_LOCATIONS.md

# Audit reports
AUDIT-REPORT.md

# LaTeX build artifacts
papers/**/*.aux
papers/**/*.out
papers/**/*.log
papers/**/*.pdf
papers/**/*.synctex.gz
papers/**/*.fls
papers/**/*.fdb_latexmk

# Local development plans (root-level only)
/plans/
claude-code-guide.jsx
claude-code-superprompt.jsx
