From e8585bc8523631dd55bea2a84018d186798a1593 Mon Sep 17 00:00:00 2001 From: Serkyo Date: Mon, 6 Jul 2026 00:23:26 +0200 Subject: [PATCH] chore(workspace): ignore tokensave state and machine-local files --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6862d05..c8892d8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,11 @@ graphify-out/ # Serena MCP local tooling state (per-machine project config and cache) .serena/ -# Machine-local agent instructions (personal workflow; not for publication) -CLAUDE.local.md +# tokensave MCP local tooling state (per-machine code-graph database and config) +.tokensave/ + +# Machine-local files +*.local.* # RustRover # JetBrains specific template is maintained in a separate JetBrains.gitignore that can