# Secrets and local env
.env
.env.*
!.env.example
!.env.dev.example

# Node / TypeScript
node_modules/
dist/
build/
.turbo/
.vite/
coverage/
playwright-report/
test-results/
*.tsbuildinfo

# Go
bin/
*.test
*.out
vendor/
gateway/gateway
mcp-bridge/mcp-bridge

# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/

# Databases and local state
*.sqlite
*.sqlite3
tmp/
temp/

# Local proof-of-concept workspace
poc-workspace/
target/

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
