Remove local-only agent artifacts

This commit is contained in:
lky-spec
2026-04-27 10:51:09 +08:00
parent e8eafce1e0
commit d481b3d88c
11 changed files with 4 additions and 3286 deletions

4
.gitignore vendored
View File

@@ -44,6 +44,7 @@ decision_logs/
nofx_test
# Node.js
web/node_modules
web/node_modules/
node_modules/
web/dist/
@@ -52,6 +53,9 @@ web/.vite/
# ESLint 临时报告文件(调试时生成,不纳入版本控制)
eslint-*.json
# 本地 Agent QA seed个人调试用不纳入版本控制
docs/qa/fixtures/agent_self_play_seed.zh-CN.json
# VS code
.vscode