From 3ab3b6b69163d310a40a6c4f48683e333617d69c Mon Sep 17 00:00:00 2001 From: Morten Rand-Hendriksen Date: Mon, 12 Aug 2024 17:16:27 +0000 Subject: [PATCH] add "node_modules" to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91ac0c7..3ef703f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ cookbooks/python/openai/data/hotel_invoices/transformed_invoice_json/* cookbooks/python/openai/data/hotel_invoices/extracted_invoice_json/* cookbooks/python/openai/data/hotel_invoices/hotel_DB.db cookbooks/python/openai/hallucination_results.csv +node_modules \ No newline at end of file