chore(workspace): ignore tokensave state and machine-local files

This commit is contained in:
Serkyo 2026-07-06 00:23:26 +02:00
parent ea6fbf1624
commit e8585bc852

7
.gitignore vendored
View file

@ -22,8 +22,11 @@ graphify-out/
# Serena MCP local tooling state (per-machine project config and cache) # Serena MCP local tooling state (per-machine project config and cache)
.serena/ .serena/
# Machine-local agent instructions (personal workflow; not for publication) # tokensave MCP local tooling state (per-machine code-graph database and config)
CLAUDE.local.md .tokensave/
# Machine-local files
*.local.*
# RustRover # RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # JetBrains specific template is maintained in a separate JetBrains.gitignore that can