Skip to content

Commit 7cfb0ce

Browse files
committed
chore: .gitignore 忽略 .codegraph/ 与 .pytest_cache/,移除已追踪的 .codegraph 运行文件
- .codegraph/(CodeGraph 本地索引 db/log/sock/pid)与 .pytest_cache/ 加入忽略 - git rm --cached 移除已误追踪的 .codegraph/.gitignore 与 .codegraph/daemon.pid(本地保留,供 CodeGraph 运行)
1 parent b7c8345 commit 7cfb0ce

3 files changed

Lines changed: 2 additions & 22 deletions

File tree

.codegraph/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

.codegraph/daemon.pid

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__/
1010
.workbuddy/
1111
.vscode/
1212
.idea/
13+
.codegraph/
1314
*.swp
1415
*.swo
1516
*~
@@ -20,6 +21,7 @@ Thumbs.db
2021

2122
# Test / local KB
2223
.myknowledge_test/
24+
.pytest_cache/
2325

2426
# Build artifacts
2527
frontend/index.standalone.html

0 commit comments

Comments
 (0)