feat: Update version to 0.1.5, enhance server functionality with streamable HTTP mode, and improve type hints across the codebase (#63) fixes #57

This commit is contained in:
Haris
2025-07-05 13:16:26 +05:00
committed by GitHub
parent 7ad8f764f0
commit 81d786b794
11 changed files with 468 additions and 279 deletions

38
.gitignore vendored
View File

@ -1,36 +1,6 @@
# Build and Distribution
__pycache__/
*.py[cod]
build/
dist/
src/*.egg-info/
# Development Environment
.venv/
.env
# IDE
.vscode/
.idea/
.cursor/
.cursorignore
.cursorrules
.specstory
# Testing and Linting
.coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
tests/
# Project Files
extras/
dist/
excel_files/
__pycache__/
.notes/
logs/
output/
*.xlsx
*.xls
*.log
excel_files/
*.log