fix: gitignore api_keys and rate_limits — never commit secrets!
This commit is contained in:
parent
3c6655d171
commit
6c29823d45
2 changed files with 3 additions and 10 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,4 +2,6 @@ __pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
.env
|
.env
|
||||||
data/*_raw.json
|
data/*_raw.json
|
||||||
|
data/api_keys.json
|
||||||
|
data/rate_limits.json
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"keys": {
|
|
||||||
"dnd_e5bd28c8dd29d1c87d0581527c773237": {
|
|
||||||
"name": "jez-personal",
|
|
||||||
"created": "2026-06-03T18:08:55+00:00",
|
|
||||||
"rate_limit": 60
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue