github: ignore non-hidden python virtual environments

the llama-stack repo is already ignoring hidden python
.venv/ directories but not venv/

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-02-03 14:29:27 -05:00
parent 7558678b8c
commit b1e7506f89

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ Package.resolved
_build
docs/src
pyrightconfig.json
venv/