Add .venv folder to .gitignore (#6901)

This commit is contained in:
Thalison Fernandes 2025-06-23 12:49:57 -03:00 committed by GitHub
parent 91b186cf18
commit d1575220ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ docs/build
*egg-info
.tox
venv
.venv
build
dist
.idea