# Python __pycache__/ *.py[cod] *$py.class *.pyc # Home Assistant *.log *.db *.db-journal .HA_VERSION # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db .directory # Testing .pytest_cache/ .coverage htmlcov/ # Virtual environments venv/ env/