From d9fca2eaeaf1dd0ff4ed7fc4f24ee741dc254f1d Mon Sep 17 00:00:00 2001 From: lemon07r Date: Mon, 22 Dec 2025 19:41:47 -0500 Subject: [PATCH] chore: Add .gitignore rules for token store, usage cache, and OAuth credentials. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 190bb19..2871092 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ CLAUDE.md config.json provider_pools.json fetch_system_prompt.txt -input_system_prompt.txt \ No newline at end of file +input_system_prompt.txt +token-store.json +usage-cache.json +*_oauth_creds.json \ No newline at end of file