chore: gitignore 本地运行日志(.codex-*)与截图日志/废弃目录

This commit is contained in:
z.zhang 2026-09-03 23:31:45 +08:00
parent 801725b6bb
commit 08bdda4cb9
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -34,6 +34,10 @@ poc/pi-fallback/smoke/*.log
poc/pi-fallback/smoke/*.sse
poc/pi-fallback/probes/*.out
poc/pi-fallback/probes/*.marker
# ---- 本地运行日志(勿提交)----
.codex-*.log
_shots/*.log
_shots/v2-discard/
# ---- IDE / 系统 ----
.idea/
.vscode/