add venv* to gitignore (#12431)

This commit is contained in:
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

2
.gitignore vendored
View File

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