.venv/
dist/
excel_files/
__pycache__/
.notes/
*.log

# Development files
XLWINGS_*.md
# Allow important documentation
!README.md
!CHANGELOG.md
!docs/*.md

# Personal config files
xlwings-mcp-server-template.yaml

# Archive and temporary files
archive_temp_files/
*test_results*.json

# Serena files
.serena

# Test files and results
test/
test_mcp/
*.xlsx
*.pkl

# Log files
logs/
excel-mcp.log
*.log

# Claude specific files
.claude/

# MCP configuration
.mcp.json

# Python cache
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
