818e71560e
The previous commit unintentionally added .claude/scheduled_tasks.lock which is an agent-runtime artefact, not source. Untrack it and add .claude/ to .gitignore so it stays out of future commits.
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
build/
|
|
build-*/
|
|
*.o
|
|
*.spv
|
|
.cache/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Forensic snapshot of the corrupted .git from 2026-05-18 10:25
|
|
# working-tree wipe. Retained on disk for inspection; not tracked.
|
|
.git-broken-2026-05-18/
|
|
.claude/
|