From 5dadde5986828914aeefcf9fa95d6a91ab16f181 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Thu, 30 Mar 2023 14:21:35 -0300 Subject: [PATCH] Personal virtual environments are needed, specially now that the version for the requirements have been locked in --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5c0a1c3..81aa821 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ __pycache__ # Others docker-compose-okteto.yml + +# Personal virtual environments + +penv/*