# 依赖
node_modules/
pnpm-lock.yaml
yarn.lock
package-lock.json

# 构建输出
dist/
build/
out/

# 插件目录（第三方代码）
plugins/

# 测试报告
reports/
test_report.md

# 配置文件（不需要格式化）
.env
.env.example

# 静态资源
images/
audio/
public/

# 锁文件
*.lock
