# Dependencies
node_modules/

# Build output
build/
.docusaurus/

# Version control
# 排除 .git/：Docker 构建已设 SKIP_GIT_INFO=true 关掉 showLastUpdateTime，不再需要 git 历史。
# 这是构建上下文从 ~1.2GB 大幅缩小的主因。
.git/
.gitignore

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

# OS files
.DS_Store
Thumbs.db

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

# Docker files (not needed inside container)
Dockerfile
docker-compose.yml
.dockerignore

# Documentation and misc
README.md
LICENSE
*.md
!docs/**/*.md

# Test files
*.test.js
*.spec.js
__tests__/
coverage/
