From 39433551802971775fca2db51bf5cb0e982cc96e Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 31 Jan 2026 00:05:23 -0500 Subject: [PATCH] chore: add token and session file patterns to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1669073..6523c27 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,5 @@ uploads/ *.sqlite3 VALID_TOKEN +fresh_token.txt +session-*.md