From f7a21c6b8da5ca3379b80508cf2077a99a379898 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 3 Jun 2026 23:39:42 +0200 Subject: [PATCH] chore(meta): gitignore local agent tooling caches (.clide, .pql) Per-machine tool dirs (.clide/settings.yaml, .pql/pql.db) that appeared as untracked noise; not shared, should never be committed. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0c363ef0c..003af4f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,7 @@ wiki/economics/corporations/generated_corporations.toml .claude/projects/ .claude/agent-memory/ .tmp/ + +# Local agent tooling caches (per-machine, not shared) +.clide/ +.pql/