chore: add venv to .gitignore

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Yuriy 2026-02-14 23:27:02 +03:00
parent fabe4fa72f
commit 4dbe4b8433

2
.gitignore vendored
View File

@ -14,6 +14,8 @@ yarn-error.log*
# Dependencies
node_modules/
venv/
backend/venv/
__pycache__/
*.pyc