Files
claude-noether 818e71560e gitignore: exclude .claude/ runtime files
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.
2026-05-24 23:29:06 +02:00

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/