From d1659351b2bdfc17075b0d655942ef7ea82e67c0 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Fri, 31 May 2024 12:34:29 -0500 Subject: [PATCH] Ignore venv shaped things --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a05a4036..710a068e 100644 --- a/.gitignore +++ b/.gitignore @@ -103,9 +103,9 @@ celerybeat.pid # Environments .env -.venv +.venv* env/ -venv/ +venv* ENV/ env.bak/ venv.bak/