mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-31 10:05:27 +08:00
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:
38
.gitignore
vendored
38
.gitignore
vendored
@ -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
|
||||
Reference in New Issue
Block a user