Update .gitignore to include .env and .venv directories

This commit is contained in:
Ido777
2025-04-30 07:59:33 +03:00
committed by Ido Ophir
parent ccbb8c212d
commit 338752e86f

2
.gitignore vendored
View File

@@ -9,6 +9,8 @@ __pycache__/
# Distribution / packaging
.Python
env/
.env
.venv/
build/
develop-eggs/
dist/