# Dependencies
node_modules/

# Build output (会在容器内构建)
dist/

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

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Environment
.env
.env.local
.env.*.local

# Git
.git/
.gitignore

# Tests
tests/
coverage/
.nyc_output/

# Documentation
*.md
!README.md

# OS
.DS_Store
Thumbs.db

