From 2567a98de9c03cce137e9290f6e8f663b7149298 Mon Sep 17 00:00:00 2001 From: RahwaZeslusHaile Date: Sat, 29 Nov 2025 21:16:03 +0000 Subject: [PATCH] Ignore local virtual environment --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c3629e64..274d04915 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.venv \ No newline at end of file