chore: 添加 CTF 测试脚本,更新 .gitignore

- 添加 e2e-ctf-bypass.mjs 和 e2e-ctf-proxy.mjs 测试脚本
- .gitignore: 忽略测试结果 JSON 文件 (test/*-results*.json)
- .gitignore: 忽略 .claude/ 本地配置目录
This commit is contained in:
小海
2026-03-18 10:36:08 +08:00
parent 8a6b11a4c7
commit 59e9ef51c0
3 changed files with 834 additions and 1 deletions

8
.gitignore vendored
View File

@@ -40,4 +40,10 @@ build/
config.yaml
# Screenshots (dev artifacts)
*.png
*.png
# Test result artifacts
test/*-results*.json
test/ctf-*-results.json
# Claude local settings
.claude/