From 4dbe4b84332a51fb1c3e2550f6e0d8b96fd0164d Mon Sep 17 00:00:00 2001 From: Yuriy Date: Sat, 14 Feb 2026 23:27:02 +0300 Subject: [PATCH] chore: add venv to .gitignore Co-authored-by: Cursor --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e9df99b..692c345 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ yarn-error.log* # Dependencies node_modules/ +venv/ +backend/venv/ __pycache__/ *.pyc