chore: Add .gitignore rules for token store, usage cache, and OAuth credentials.
This commit is contained in:
parent
ac47e04cf9
commit
d9fca2eaea
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -5,4 +5,7 @@ CLAUDE.md
|
||||||
config.json
|
config.json
|
||||||
provider_pools.json
|
provider_pools.json
|
||||||
fetch_system_prompt.txt
|
fetch_system_prompt.txt
|
||||||
input_system_prompt.txt
|
input_system_prompt.txt
|
||||||
|
token-store.json
|
||||||
|
usage-cache.json
|
||||||
|
*_oauth_creds.json
|
||||||
Loading…
Reference in a new issue