# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
converter/__pycache__/
*.egg

# Virtual Environment
.venv/
venv/
ENV/
.uv/

# MCP Runtime
.mcp.pid
.mcp.last_active
.mcp.stats.json
.mcp.logs.jsonl

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Test outputs
/tmp/
*.test.json