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
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,3 +6,6 @@ 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