mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:31:59 +00:00
refactor: rollback dletion for gitignore and actions
This commit is contained in:
parent
9783b6a8a3
commit
51666d19db
23 changed files with 1403 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.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
|
||||
pyrightconfig.json
|
||||
venv/
|
||||
pytest-report.xml
|
||||
.coverage
|
||||
.python-version
|
||||
Loading…
Add table
Add a link
Reference in a new issue