# ==========================================
# Dependencies
# ==========================================
node_modules/
.pnpm-store/

# ==========================================
# Next.js
# ==========================================
.next/
out/
build/

# ==========================================
# Environment variables
# ==========================================
.env
.env.*
!.env.example

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

# ==========================================
# Coverage / tests
# ==========================================
coverage/

# ==========================================
# TypeScript
# ==========================================
*.tsbuildinfo

# ==========================================
# CI / Deploy
# ==========================================
.vercel/

# ==========================================
# Husky internals
# ==========================================
.husky/_/

# ==========================================
# OS files
# ==========================================
.DS_Store
Thumbs.db

# ==========================================
# IDE (keep shared config)
# ==========================================
.idea/

.vscode/*
!.vscode/settings.json
!.vscode/extensions.json

# ==========================================
# Generated project tree files
# ==========================================
tree*.txt

# ==========================================
# Internal non-product documentation
# ==========================================
internal/

# ==========================================
# Release artifacts
# ==========================================
*.zip