From 9315d0144d99bdc2164940e83608a1c621668298 Mon Sep 17 00:00:00 2001 From: Vadim Nifadev <36514612+nifadyev@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:54:22 +0300 Subject: [PATCH] Add venv and vscode config folders to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 057dcb0..998895f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ irrelevant/.ipynb_checkpoints/ irrelevant/.python-version .idea/ +.vscode/ + +# Virtual envitonments +venv/ +.venv/