# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # UV .uv/ uv.lock # IDEs .vscode/ .idea/ *.swp *.swo *~ # Testing .tox/ .nox/ .coverage .pytest_cache/ cover/ htmlcov/ .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ # Docker .env.local .env.production # Logs *.log logs/ # MQTT Data mosquitto/data/ mosquitto/log/ # Temporary files .tmp/ temp/ *.tmp # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project specific status.json.backup # Archive directory for test reports and historical data archives/