# Tencent Cloud EdgeOne
.env
.edgeone/*
.tef_dist/*

# 系统文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
*.swp
*.swo
*~

# 依赖目录
node_modules/
vendor/
bower_components/
jspm_packages/

# 构建输出
dist/
build/
out/
.next/
.nuxt/
.cache/
.temp/
tmp/

# 环境配置文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# 日志文件
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# 编辑器和IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/

# 测试覆盖率
coverage/
.nyc_output/
*.lcov

# 临时文件
*.tmp
*.temp
.cache/
.parcel-cache/
.turbo/

# 其他
*.pid
*.seed
*.pid.lock
.npm/
.eslintcache