mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
# What does this PR do? Update file paths in the conformance workflow to reflect the new location of the llama-stack-spec files from `docs/_static/` to `docs/static/`. Also update the `.gitignore` file to exclude Docusaurus-related directories (`docs/.docusaurus/` and `docs/node_modules/`). ## Test Plan - Run the workflow locally
34 lines
474 B
Text
34 lines
474 B
Text
.env
|
|
__pycache__
|
|
dist
|
|
*.egg-info
|
|
dev_requirements.txt
|
|
build
|
|
.DS_Store
|
|
llama_stack/configs/*
|
|
.cursor/
|
|
xcuserdata/
|
|
*.hmap
|
|
.DS_Store
|
|
.build/
|
|
Package.resolved
|
|
*.pte
|
|
*.ipynb_checkpoints*
|
|
.idea
|
|
.venv/
|
|
.vscode
|
|
_build
|
|
docs/src
|
|
# Sample tool-calling datasets generated by NVIDIA notebooks
|
|
docs/notebooks/nvidia/tool_calling/sample_data/
|
|
pyrightconfig.json
|
|
venv/
|
|
pytest-report.xml
|
|
.coverage
|
|
.python-version
|
|
AGENTS.md
|
|
server.log
|
|
CLAUDE.md
|
|
.claude/
|
|
docs/.docusaurus/
|
|
docs/node_modules/
|