# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
build/
.next/
*.tsbuildinfo

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

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

# Logs
/logs/
*.log
npm-debug.log*
pnpm-debug.log*

# Test coverage
coverage/
.nyc_output/

# Turbo
.turbo/

# Cache
.cache/
.parcel-cache/

# Runtime
*.pid
*.seed
*.pid.lock

# Docker
docker-compose.override.yml

# Fumadocs
.source/

# Temporary
tmp/
temp/
*.tmp
ROADMAP.md
INTEGRATIONS.md
A2A-PROGRESS.md
.npmrc

# Internal planning docs and audit reports (local only)
.agents/
.gitnexus/
docs/plans/
docs/audits/
