# Python
__pycache__/
*.pyc
.venv/
llm/
llm-workshop/

# Model files and vector stores (too large for git)
*.pt
*.bin
*.pkl
models/
storage/
store/

# Keynote and slides source
*.key

# LaTeX build artifacts
*.aux
*.log
*.out
*.synctex.gz

# macOS
.DS_Store

# Editor
*.swp
*~
*.bak

# Personal notes (not part of the workshop)
*-notes.md

# Cloned repositories
01-nanogpt/nanoGPT/

# Legacy directories (not part of the workshop)
handouts/
class_demo/
slides/
cheg667-013 llm 2026.key/
