# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

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

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

# Dependency directories
node_modules/
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.*
!.env.example

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Build output
.next
out
.nuxt
dist
build

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Serverless directories
.serverless/

# DynamoDB Local files
.dynamodb/

# yarn v3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Sandbox directory (keep .gitkeep and README.md)
.sandbox/*
!.sandbox/.gitkeep
!.sandbox/README.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
*.so
.venv/
venv/

# IDE
.idea/
*.swp
*.swo

# three-stars state
.three-stars-state.json

# OS
.DS_Store
Thumbs.db

# pytest
.pytest_cache/
