Add uv for dependency management and update workshop materials

This commit is contained in:
Eric 2026-03-31 12:03:34 -04:00
commit 7e4f0fb80b
6 changed files with 4122 additions and 53 deletions

4
.gitignore vendored
View file

@ -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/