From 26273fdb1d33ade6db2cf25f8fe51ac77e776f20 Mon Sep 17 00:00:00 2001 From: Yoom Lam Date: Fri, 19 Apr 2024 07:40:46 -0500 Subject: [PATCH] add compiled-module-*.json to gitignore --- 02-household-queries/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/02-household-queries/.gitignore b/02-household-queries/.gitignore index 30f7162..a24e585 100644 --- a/02-household-queries/.gitignore +++ b/02-household-queries/.gitignore @@ -5,3 +5,4 @@ guru_cards_for_nava.json chroma_db/ *cache/ *.log +compiled_module-*.json