From 338752e86f7e3352965a83c60e2c65795a317f49 Mon Sep 17 00:00:00 2001 From: Ido777 Date: Wed, 30 Apr 2025 07:59:33 +0300 Subject: [PATCH] Update .gitignore to include .env and .venv directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5ca2fa24..f073876f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ __pycache__/ # Distribution / packaging .Python env/ +.env +.venv/ build/ develop-eggs/ dist/