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

# Virtual environments
.venv/
venv/
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Smithery
.smithery/

# Ruff
.ruff_cache/
