# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# UV
.venv/
uv.lock

# Virtual Environment
venv/
ENV/
env/
.venv*

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

# macOS
.DS_Store

# Distribution / packaging
.Python
env/
.pyenv
*.manifest
*.spec

# PyInstaller
*.manifest
*.spec

# Jupyter Notebooks
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# MCP Server specific
*.log
