# Git 相关 .git .gitignore .gitea # 文档和规范 README.md AGENTS.md CLAUDE.md docs/ specs/ openspec/ *.md # 构建产物 bin/ api worker main *.exe *.dll *.so *.dylib # 测试和覆盖率 tests/ *_test.go *.test *.out coverage*.out # 日志文件 logs/ *.log # 临时文件 tmp/ temp/ *.tmp *.swp *.swo *~ # IDE 配置 .vscode/ .idea/ .claude/ .sisyphus/ *.iml # 环境配置(不打包,使用挂载) .env .env.* # 其他 scripts/ Makefile openapi.yaml opencode.json ai-gateway.conf .emdash.json