initial working with ollama

This commit is contained in:
Steve Androulakis
2024-12-31 11:46:57 -08:00
commit c6b71b8ffa
12 changed files with 1017 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# OS-specific files
.DS_Store
# Python cache & compiled files
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.so
*.egg-info/
*.egg
# Virtual environment directory
venv/
.venv/
# Build artifacts
build/
dist/
# Test / coverage files
.coverage
.coverage.*
*.cover
coverage.xml
.pytest_cache/
# VSCode settings
.vscode/
# PyCharm / IntelliJ settings
.idea/