From a0be6e76bb3ea095758d87bed3273a41be4bac3e Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Mon, 20 Apr 2026 18:22:52 -0400 Subject: [PATCH] Add runtime/ephemeral paths to gitignore Ignore backups/, tasks/, sessions/, and mcp-needs-auth-cache.json as these are machine-specific runtime data. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ac652a7..85673a2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,9 @@ plugins/install-counts-cache.json plugins/known_marketplaces.json plugins/installed_plugins.json plugins/blocklist.json + +# Session and runtime data backups/ tasks/ +sessions/ +mcp-needs-auth-cache.json