# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

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

# Next.js specific
next-env.d.ts
.next/

# Vercel
.vercel/
.vercel.json

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage/
*.lcov
.nyc_output
__coverage__/
test-results.json

# TypeScript
*.tsbuildinfo

# ESLint
.eslintcache

# Storybook (if added later)
storybook-static/

# Bundle analysis
.next/analyze/
analyze/

# Performance monitoring
.next/static/chunks/polyfills-*.js
.next/static/chunks/webpack-*.js

performance-reports/*

# Cache directories
.cache/
.parcel-cache/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE and editor files
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo
*~
.project
.settings/
*.sublime-project
*.sublime-workspace

# Temporary files
*.tmp
*.temp

# Favicon files copied from @semiont/react-ui
# These are generated during build/dev from the source package
public/favicon.ico
public/favicon.svg
public/favicon-*.png
public/apple-touch-icon.png
public/android-chrome-*.png
public/site.webmanifest

# PDF.js library files
# Downloaded from CDN during build/dev by copy-pdfjs.js
public/pdfjs/

# Merged translation files
# Generated from messages-source/ and packages/react-ui/translations/ by merge-translations.js
messages/*.json