# 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 # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # MyPy .mypy_cache/ .dmypy.json dmypy.json # Ruff .ruff_cache/ # ESP Development *.bin *.elf *.map esp_projects/ build/ sdkconfig sdkconfig.old # Logs *.log logs/ # Docker .dockerignore # OS .DS_Store Thumbs.db # Project specific .env.local *.backup temp/ tmp/ # Vendored esptool (embedded git repo) esptool/ # QEMU flash images (generated at runtime) src/mcp_esptool_server/resources/qemu/*.bin