From 6c29823d4537b457abb11240b4af2e2ae83eabe5 Mon Sep 17 00:00:00 2001 From: Cupcake Date: Wed, 3 Jun 2026 18:54:30 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20gitignore=20api=5Fkeys=20and=20rate=5Fli?= =?UTF-8?q?mits=20=E2=80=94=20never=20commit=20secrets!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- data/api_keys.json | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 data/api_keys.json 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