# 依赖目录
node_modules/

# git
.gitignore

#ci/cd
.DS_Store
.git/
.gitlab/
.gitlab_ci/

# 构建输出
dist/
build/
lib/

# 测试相关
test/
tests/
__tests__/
coverage/

# 开发工具
.vscode/
.idea/
*.swp
*.swo

# 日志文件
*.log

# 环境配置
.env
.env.local
.env.*.local

# 配置文件
tsconfig.json
tsconfig.*.json
webpack.config.js
babel.config.js