Skip to content

Commit 9835bcb

Browse files
Hongzhi Wenclaude
andcommitted
chore: ignore runtime data/ and logs/ directories
data/ contains downloaded model caches (tiktoken, embedding models, browser_use 资源) 与 logs/ 下的 llm_prompt_audit jsonl 都是本地运行时产物,不该被追踪。原有规则只点名了 data/ 的若干子目录和 *.log 后缀,漏掉的子项让 git status 持续把整个目录标成 untracked。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a66e9bc commit 9835bcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ tests/test_inputs/
77

88
# 忽略日志文件
99
*.log
10+
/logs/
11+
/data/
1012
debug_audio/*
1113
# Binaries (but keep our committed Windows tools listed explicitly if needed)
1214
*.exe

0 commit comments

Comments
 (0)