From 941d44575cac4b97d339f0f671b50182a4b6230e Mon Sep 17 00:00:00 2001 From: Axy Date: Mon, 12 Jan 2026 16:25:29 +0100 Subject: [PATCH] Update .gitignore to ignore all .txt files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69872b1..6955323 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **.pdf data_generator.py sample_data.json +**.txt -- 2.52.0