# Environment
.env
.env*.local

# Dependencies
node_modules/

# Build outputs
dist/
.next/
.turbo/
.vercel
.wrangler/
api-docs/

# Test coverage
coverage/
.coverage
.nyc_output/
coverage.out
*.coverprofile

# Python
__pycache__/
*.pyc
*.pyo
.venv/

# LaTeX build artifacts
whitepaper/build/
*.aux
*.bbl
*.blg
*.lof
*.lot
*.out
*.toc

# IDE files
.idea/
.vscode/
*.swp
*.swo
*.iml

# OS files
**/.DS_Store
Thumbs.db

# Java
target/

# Claude Code
.claude/

# Project specific
proxy
e2e/facilitators/external-proxies/*
!e2e/facilitators/external-proxies/README.md

# Compiled Go binaries (e2e)
e2e/clients/go-http/client
e2e/clients/go-http/go-http
e2e/clients/go-http/main
e2e/facilitators/go/facilitator
e2e/facilitators/go/go
e2e/servers/gin/gin
e2e/servers/gin/server

# Archive
.archive/
archive/

# Internal docs
CLAUDE.md
DEVELOPMENT_PLAN*.md
!DEVELOPMENT_PLAN_2026.md
