Update .gitignore to exclude all JSON files except openrouter_models.json

This commit is contained in:
Slipstream 2025-05-07 13:57:04 -06:00
parent 673c2ca867
commit ed0f63c8b8
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.env
__pycache__/
*.json
*.json
!openrouter_models.json