Skip to content

Commit 52e78cb

Browse files
unamedkrclaude
andcommitted
chore(.gitignore): housekeeping — build_cpu/, blog/, scheduled_tasks.lock
Addresses the "trivial housekeeping" item flagged in .claude/state.md: three untracked directories/files accumulated across recent sessions were polluting every `git status` with no reason to be committed. Now ignored at the top-level entries: build_cpu/ — parallel CPU-only cmake dir blog/ — local blog drafts (separate repo) .claude/scheduled_tasks.lock — /loop runtime state Post-commit `git status` is now clean (no untracked files). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f2f0d8a commit 52e78cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,19 @@ docs/assets/hero_backup.png
6464
build_nomt/
6565
build_nometal/
6666
build_metal/
67+
build_cpu/
6768

6869
.env
6970

7071

7172
blog/build_cpu/
73+
blog/
7274

7375
# Pillar 1 (Qwen3 coherence debugging)
7476
tools/pillar1/venv/
77+
78+
# Claude Code scheduled-task lockfile (runtime state)
79+
.claude/scheduled_tasks.lock
7580
tools/pillar1/*.npz
7681
tools/pillar1/__pycache__/
7782

0 commit comments

Comments
 (0)