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

# Virtual environment
.venv/

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

# Environment
.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# uv
.python-version

# Local artifacts
backups/
logs/
node-red-mcp-server/

# OMC state
.omc/
