Add uv for dependency management and update workshop materials
This commit is contained in:
parent
4c88157a8e
commit
7e4f0fb80b
6 changed files with 4122 additions and 53 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,6 +3,7 @@ __pycache__/
|
|||
*.pyc
|
||||
.venv/
|
||||
llm/
|
||||
llm-workshop/
|
||||
|
||||
# Model files and vector stores (too large for git)
|
||||
*.pt
|
||||
|
|
@ -29,6 +30,9 @@ store/
|
|||
*~
|
||||
*.bak
|
||||
|
||||
# Personal notes (not part of the workshop)
|
||||
*-notes.md
|
||||
|
||||
# Legacy directories (not part of the workshop)
|
||||
handouts/
|
||||
class_demo/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue