diff --git a/.gitignore b/.gitignore index cd0171b..896b34b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ __pycache__/ *.pyc *.pyo .env -data/*_raw.json \ No newline at end of file +data/*_raw.json +data/api_keys.json +data/rate_limits.json \ No newline at end of file diff --git a/data/api_keys.json b/data/api_keys.json deleted file mode 100644 index fc6baca..0000000 --- a/data/api_keys.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": { - "dnd_e5bd28c8dd29d1c87d0581527c773237": { - "name": "jez-personal", - "created": "2026-06-03T18:08:55+00:00", - "rate_limit": 60 - } - } -} \ No newline at end of file