add venv* to gitignore (#12431)

pull/12187/head^2
Alex Butler 2026-02-17 03:16:19 +00:00 committed by GitHub
parent 4454fab7f0
commit b44fc4c589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,7 +11,7 @@ extra_model_paths.yaml
/.vs
.vscode/
.idea/
venv/
venv*/
.venv/
/web/extensions/*
!/web/extensions/logging.js.example