mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
github: ignore non-hidden python virtual environments (#939)
# What does this PR do? the llama-stack repo is already ignoring hidden python `.venv/` directories but not `venv/` - [ ] Addresses issue (#issue) ## Test Plan N/A ## Sources N/A ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Ran pre-commit to handle lint / formatting issues. - [x] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [x] Updated relevant documentation. - [x] Wrote necessary unit or integration tests. Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
7558678b8c
commit
fd367e20c8
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -19,3 +19,4 @@ Package.resolved
|
|||
_build
|
||||
docs/src
|
||||
pyrightconfig.json
|
||||
venv/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue