# 依赖库：不要打包本地的 node_modules，由 Docker 重新安装
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# WebStorm / JetBrains IDE 相关文件
.idea/
*.iws
*.iml

# Git 相关
.git
.gitignore

# 环境变量与配置
.env.local
.env.*.local
.DS_Store

# 文档与杂项
README.md
LICENSE
.editorconfig
.vscode/