Update .gitignore to include .env and .venv directories

pull/1079/head
Ido777 2025-04-30 07:59:33 +03:00 committed by Ido Ophir
parent ccbb8c212d
commit 338752e86f
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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