From 19df767f81cd6d1c65cb5f26c285f493b73d0641 Mon Sep 17 00:00:00 2001 From: Apher Date: Sun, 5 Jul 2026 06:44:13 +0000 Subject: [PATCH] Ignore python venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2d7ec5c..49f898c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env node_modules/ +.venv/ \ No newline at end of file