# =========================
# Node / TypeScript
# =========================
node_modules/
.pnpm-store/
.npm/
.yarn/
.yarn-cache/
.yarn/unplugged/

# Build outputs
dist/
build/
out/
.next/
.nuxt/
.svelte-kit/
coverage/
*.tsbuildinfo

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

# Env files
.env
.env.*
!.env.example

# =========================
# Go
# =========================
# Binaries
bin/
*.exe
*.out
*.test

# Build artifacts
build/
dist/

# Go workspace / modules
go.work.sum

# Vendor (optional — include if large)
vendor/

# Coverage
coverage.out
*.coverprofile

# =========================
# General / Shared
# =========================
# OS
.DS_Store
Thumbs.db

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

# Cache / temp
.cache/
tmp/
temp/
*.tmp
*.temp

# Docker
*.pid
*.seed

# Archives / large files
*.zip
*.tar
*.gz
*.rar
*.7z

# Misc
*.bak
*.log