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 0327a088f1
commit b1378000a2

4
.gitignore vendored
View file

@ -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