forked from phoenix-oss/llama-stack-mirror
# 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>
22 lines
235 B
Text
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/
|