From 87a8d6b35a7358934fc8bbd6311fda70165ee61a Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sun, 3 Nov 2024 20:26:24 -0300 Subject: [PATCH] build: adds wsl virtual env path to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec6de4f..b4c203d 100644 --- a/.gitignore +++ b/.gitignore @@ -93,7 +93,7 @@ ipython_config.py # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock - +/vvv/**/* # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more