# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ *.egg dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Home Assistant *.db *.log home-assistant_v2.db # Testing .pytest_cache/ .coverage htmlcov/