From dceb03e9e599878dbd3744ba1e4199d12620c644 Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Fri, 27 Feb 2026 14:17:12 -0600 Subject: [PATCH] gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7befe68..097bf6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .DS_Store .env +tmp/ +out/ .notes/ assets/ __pycache__