forked from phoenix-oss/llama-stack-mirror
# What does this PR do? Ignores `pytest-report.xml`. The file is produced by the unit tests github workflow. [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan Not needed. [//]: # (## Documentation) Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
23 lines
253 B
Text
23 lines
253 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/
|
|
pytest-report.xml
|