# Cache file
cache.json
.mqtt-mcp-cache.json

# Environment variables
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
env/
ENV/
.venv

# Build directories
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyCharm
.idea/

# VSCode
.vscode/

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

# Documentation
docs/_build/

# OS files
.DS_Store
Thumbs.db
*.swp
*.bak
*~

# Logs
*.log
logs/