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

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

# IDEs
.vscode/
!.vscode/mcp.json
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Package managers
# uv.lock - Keep in version control for reproducible builds

# MCP Registry tokens
.mcpregistry_github_token
.mcpregistry_registry_token
poetry.lock
Pipfile.lock

# OS
.DS_Store

# Temporary files
*.log
*.tmp
*.bak

# Configuration files (user-specific)
.env
config.yaml
.wemo_mcp_cache.json
