From df511ea632e6bfa835a476f435623d0670f45d69 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 12 May 2025 13:48:08 -0600 Subject: [PATCH] Update .gitignore to include all JSON files in the data directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c117de1..53f425c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .env __pycache__/ *.json -!openrouter_models.json \ No newline at end of file +!data/*.json \ No newline at end of file