# 编译产物 /target/ # 匹配任何位置的 target 目录 target/ **/target/ # 编译过程中产生的临时文件 **/*.rs.bk # 如果你使用了本地的开发配置 .env