mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2026-01-04 04:45:27 +08:00
36 lines
355 B
Plaintext
36 lines
355 B
Plaintext
# 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/
|
|
.notes/
|
|
logs/
|
|
output/
|
|
*.xlsx
|
|
*.xls
|
|
*.log
|
|
excel_files/ |