llama-stack-mirror/.gitignore
Nathan Weinberg fd367e20c8
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>
2025-02-03 11:53:05 -08:00

22 lines
235 B
Text

.env
__pycache__
dist
*.egg-info
dev_requirements.txt
build
.DS_Store
llama_stack/configs/*
xcuserdata/
*.hmap
.DS_Store
.build/
Package.resolved
*.pte
*.ipynb_checkpoints*
.idea
.venv/
.vscode
_build
docs/src
pyrightconfig.json
venv/