# Dependencies
node_modules
.pnp
.pnp.js

# Build outputs
.next
out
build
dist

# Development files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# IDE
.idea
.vscode
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Infrastructure files (JuiceFS config, etc.)
.config

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

# Git
.git
.gitignore

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Tests
coverage
.nyc_output
*.test.ts
*.spec.ts
__tests__

# Misc
*.md
!README.md
.eslintcache
.tsbuildinfo
