fix: gitignore api_keys and rate_limits — never commit secrets!
This commit is contained in:
parent
0327a088f1
commit
b1378000a2
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,4 +2,6 @@ __pycache__/
|
|||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
data/*_raw.json
|
||||
data/*_raw.json
|
||||
data/api_keys.json
|
||||
data/rate_limits.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue