# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
.venv/
venv/
env/
ENV/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# MCP logs
.flexberry-markitdown-mcp/

# GitHub templates
.github/
!.github/PULL_REQUEST_TEMPLATE.md
!.github/PULL_REQUEST_TEMPLATE_EN.md
!.github/ISSUE_TEMPLATE/
!.github/ISSUE_TEMPLATE/*.md
!.github/workflows/
!.github/workflows/*.yml
