From 319dba227207f598754c61a08dea2525733bff07 Mon Sep 17 00:00:00 2001 From: vernaculusmail Date: Sun, 10 May 2026 11:40:19 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=80=D0=B0=D1=81=D1=88=D0=B8=D1=80?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20.gitignore=20=E2=80=94=20.venv,=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BA=D1=8D=D1=88?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6999482..ad467bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,13 @@ __pycache__/ venv/ env/ ENV/ +.venv/ + +# Testing +.pytest_cache/ +.mypy_cache/ +.coverage +htmlcov/ # Django *.log