llama-stack-mirror/.gitignore
Alexey Rybak 45da31801c
fix: update API conformance test to point to new schema location (#3528)
# 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
2025-09-24 13:59:31 -07:00

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/