# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files — never commit real secrets
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# .env.example is intentionally NOT ignored (safe to commit)

# Next.js build outputs
.next/
out/
build/
dist/

# Turbo
.turbo

# Vercel
.vercel

# TypeScript
*.tsbuildinfo

# Testing
coverage/

# OpenSpec local artifacts
openspec/changes/*/specs/**/__generated__

# OS
.DS_Store
*.pem
Thumbs.db

# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
