# 配置文件(包含敏感信息) config.yaml # 编译输出 *.exe *.exe~ *.dll *.so *.dylib /bin/ /dist/ # 测试输出 *.test *.out *.prof # 依赖目录 /vendor/ # 编辑器和 IDE 配置 .idea/ .vscode/ *.suo *.ntvs* *.njsproj *.sln .vs/ # 操作系统文件 .DS_Store Thumbs.db # 临时文件 *.tmp *.log