/ .dockerignore
.dockerignore
1 # Git related files 2 .git/ 3 .gitignore 4 5 # Build artifacts 6 ai-infra-guard 7 *.exe 8 *.dll 9 *.so 10 *.dylib 11 12 # 测试文件 13 *.test 14 *.out 15 testcase/ 16 17 # 日志文件 18 *.log 19 trpc.log 20 21 # 临时文件 22 *.tmp 23 *.temp 24 25 # IDE配置 26 .vscode/ 27 .idea/ 28 *.sublime-* 29 30 # 系统文件 31 .DS_Store 32 Thumbs.db 33 34 # 运行时数据目录(通过卷挂载) 35 uploads/ 36 db/ 37 38 # 文档和图片(不需要在容器中) 39 img/ 40 *.md 41 *.txt 42 License.txt 43 !README.md 44 !CHANGELOG.md 45 46 # GitHub Actions配置 47 .github/ 48 49 # Go Release配置 50 .goreleaser.yml 51 52 # 构建脚本 53 build_test.sh 54 .idea 55 .github 56 temp_uploads 57 .git 58 __pycache__ 59 *.tar.gz 60 logs/* 61 .git 62 .deepeval 63 .deepteam 64 .xac