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

# Testing
coverage
test-results
.nyc_output

# Next.js
.next/
*/.next/
out/
*/out/

# Nuxt.js
.nuxt
dist

# Gatsby files
.cache/
public

# Vue.js
dist/

# Storybook build outputs
.out
.storybook-out

# Temporary folders
tmp/
temp/

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage
.grunt

# Bower dependency directory
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables files
.env
.env.test
.env.local
.env.development.local
.env.test.local
.env.production.local

# Parcel-bundler cache
.cache
.parcel-cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
public

# Vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# VS Code
.vscode

# MacOS
.DS_Store

# Git
.git
.gitignore
README.md

# Docker
Dockerfile*
docker-compose*
.dockerignore

# IDE files
*.swp
*.swo
*~

# OS generated files
Thumbs.db
ehthumbs.db

# E2E test files
apps/app/e2e/
apps/app/test-results/
playwright-report/
test-results/

# Turbo
.turbo
*/.turbo

# Build artifacts and caches
*/dist/
**/dist/
**/build/
**/.cache/
**/coverage/
**/.nyc_output/

# Platform specific binaries
**/bin/
**/*.dylib*
**/*.node
**/*.pack