# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test
*.test
*.out
coverage.out
coverage.txt
coverage.html

# Go
vendor/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Node (UI)
node_modules/
package-lock.json
.next/
dist/
build/
adapters/**/dist/
samples/**/node_modules/
samples/**/dist/

# Signing keys
*.pem

# Vite cache
.vite/
*/.vite/

# Playwright MCP
.playwright-mcp/

# Claude Code
CLAUDE.md
.claude/
.mcp.json

# Internal plans (local only)
plans/

# Screenshots and snapshots (dev testing artifacts)
*.png
!docs/screenshots/*.png
repo-snapshot.md
SECURITY_AUDIT.md

# Docker
docker-compose.override.yml
firebase-debug.log
/rampart
