fix: gitignore api_keys and rate_limits — never commit secrets!

This commit is contained in:
Cupcake 2026-06-03 18:54:30 +00:00
parent 3c6655d171
commit 6c29823d45
2 changed files with 3 additions and 10 deletions

4
.gitignore vendored
View file

@ -2,4 +2,6 @@ __pycache__/
*.pyc
*.pyo
.env
data/*_raw.json
data/*_raw.json
data/api_keys.json
data/rate_limits.json

View file

@ -1,9 +0,0 @@
{
"keys": {
"dnd_e5bd28c8dd29d1c87d0581527c773237": {
"name": "jez-personal",
"created": "2026-06-03T18:08:55+00:00",
"rate_limit": 60
}
}
}