From a6bb14bda22720a51bdcedf5655a4bcc8224683a Mon Sep 17 00:00:00 2001 From: talha-sofyrus Date: Mon, 17 Nov 2025 13:05:27 +0530 Subject: [PATCH] Clarify comment on virtual environments in .gitignore Updated comment for clarity on virtual environments. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a8447a..21f2798 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ __pycache__/ dist/ build/ -# Virtual environment +# Virtual environments (good practice) .env/ .venv/ env/