From ec3ea44589873db23b12184e5447270ece556299 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 10 Mar 2026 10:32:16 -0700 Subject: [PATCH] chore: ignore json data files --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94a2dd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.json \ No newline at end of file