forked from llamastack/llama-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (54 loc) · 992 Bytes
/
.gitignore
File metadata and controls
56 lines (54 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.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
# Sample tool-calling datasets generated by NVIDIA notebooks
docs/notebooks/nvidia/tool_calling/sample_data/
pyrightconfig.json
venv/
pytest-report.xml
.pytest_cache/
.coverage
htmlcov/
.python-version
.mypy_cache/
*.log
*.swp
*.swo
*.tsbuildinfo
.claude/
docs/.docusaurus/
docs/node_modules/
docs/static/imported-files/
docs/docs/api-deprecated/
docs/docs/api-experimental/
docs/docs/api/
tests/integration/client-typescript/node_modules/
.ts-client-checkout/
# oracle connection files
**/tnsnames.ora
**/ewallet.pem
# client SDK generated files
client-sdks/openapi/openapi.yml
client-sdks/openapi/openapi-hierarchical.yml
client-sdks/openapi/api-hierarchy.yml
client-sdks/openapi/openapi-config.json
client-sdks/openapi/sdks/
client-sdks/openapi/.openapi-generator/
.agentready