Add .venv folder to .gitignore (#6901)

This commit is contained in:
Thalison Fernandes 2025-06-23 12:49:57 -03:00 committed by Andrey Rakhmatullin
parent 9149b6e7fc
commit 020bfa7e5f
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