# Python cache
.mypy_cache/
.pytest_cache/
__pycache__/
*.pyc
*.pyo
*.pyd

# Node modules
node_modules/

# MkDocs build output
site/

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

# Test/coverage outputs
coverage/
.nyc_output/

# IDE
.vscode/
.idea/

# Logs
*.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

# Git worktrees
.worktrees/

# 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

# Personal data (never commit)
_personal/

# Next.js
.next/
.turbo/

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

# Curated archives (keep lightweight docs tracked)
_archive/*
!_archive/README.md
!_archive/legacy-plans/
!_archive/legacy-plans/*.md

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

# Workspace cleanup
_cleanup/
temp_*/
*.log
migration-status.log

# System files
.DS_Store
Thumbs.db
desktop.ini

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

# Test outputs
coverage/
.nyc_output/
*.lcov
.vercel

# 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

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

.vercel
