Files
obsidian_ollama/.gitignore
T
fegger 59df2f6856 Refactor Ollama client and related components
Update error handling and improve streaming capabilities in the Ollama client and related components. Key changes
include:

- Simplify error types and improve error handling
- Refactor streaming logic to use async generators
- Update tool execution and vault indexing
- Improve utility functions and types
- Update test files to reflect changes
2026-05-05 17:09:16 +02:00

36 lines
283 B
Plaintext
Executable File

# Dependencies
node_modules/
# Built files
lib/
dist/
out/
build/
# IDE files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
# Backup files
*.backup
# Log files
*.log
npm-debug.log*
# Runtime data
.pnp.*
.yarn/
# Editor settings
.DS_Store
*.swp
*.swo
# Test cache
.jest-cache/