From 40093155008bc8a34b6e97940915367d2fc74cd3 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Tue, 3 Mar 2026 11:11:21 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2bfb9c4..665774d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ venv .zed rust/target -site +site/ .pytest_cache .ruff_cache @@ -40,3 +40,5 @@ target ## Misc *.log +tmp/ +temp/ \ No newline at end of file