mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
initial working with ollama
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user