添加qiming-rcoder模块

This commit is contained in:
Codex
2026-06-01 13:54:52 +08:00
parent 8092c4b1f8
commit 4b1a580132
539 changed files with 151650 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
# 构建产物(最重要:排除 target 避免传输19GB
target/
# Git 相关
.git
.gitignore
.gitattributes
# IDE 配置
.vscode/
.idea/
*.iml
.DS_Store
# 项目工作空间
project_workspace/
# 日志文件
logs/
*.log
# Docker 相关(排除其他 Dockerfile 和运行时文件)
docker/project_workspace/
docker/logs/
docker/specs/
# docker/rcoder-agent-runner/ # 保留(包含 downloads/ 用于 LibreOffice 预下载)
docker/computer-cache/
docker/computer-project-workspace/
# 测试文件
tests/
test_*.sh
*.rest
# 文档
docs/
CLAUDE.md
IMPLEMENTATION_SUMMARY.md
install.md
README.md
# 测试数据
fixtures/
dist
# 临时文件
*.tmp
*.swp
*.swo
*~