chore: extend .gitignore with runtime and generated artifacts

- .claude-pid: Claude Code runtime PID file, not repo content
- .laputa-index.json: generated search index, must not be committed
- *.key / *.key.pub: blanket guard against future signing key commits
This commit is contained in:
Test
2026-03-08 15:34:43 +01:00
parent 41a2d25311
commit a53819e56a
2 changed files with 10 additions and 1 deletions

View File

@@ -1 +0,0 @@
91305

10
.gitignore vendored
View File

@@ -60,3 +60,13 @@ CODE-HEALTH-REPORT.md
# Local home dir artifact from worktree ops
(HOME)/
# Runtime / process files
.claude-pid
# Generated vault index files (qmd/search artifacts)
.laputa-index.json
# Tauri signing keys (never commit private keys)
*.key
*.key.pub