From 6503f9380aa3afa97c1aec59e2f0fe9b16501cd8 Mon Sep 17 00:00:00 2001 From: dirtydishes Date: Tue, 20 Jan 2026 10:43:41 -0500 Subject: [PATCH] Ignore local assistant artifacts Adds patterns for local session/token usage artifacts so they don't show up as untracked changes. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0ac6b0d..e603126 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ coverage/ logs/ .tmp/ apps/web/.next/ + +# Local assistant artifacts +session-ses_*.md +token-usage-output.txt