From b7e194a7560a0d10189bc39fbc18aa811beae36b Mon Sep 17 00:00:00 2001 From: Adam Isakov <99123480+adambala@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:10:10 +0300 Subject: [PATCH] feature: .gitignore - added venv folders --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a3c82a2..cc343fe 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ __pycache__/ *.pt *.pyc input.txt +env/ +venv/ \ No newline at end of file