# PlatformIO build artifacts firmware/.pio/ firmware/.vscode/ # OS .DS_Store # Claude Code .claude/ # Node tooling deps (npm install --no-save) tools/node_modules/ tools/package-lock.json # Mac daemon venv daemon/.venv/ # Python bytecode cache __pycache__/ *.pyc # Windows daemon venv /.venv/ # PyInstaller build artifacts — the standalone exe ships via a Gitea release, # not git (build it with build-exe.ps1 / clawdmeter.spec). /build/ /dist/ *_dbg.spec # Local Home Assistant config (holds a secret token - never commit) daemon/ha_config.json # Session scratch — BLE daemon run logs + one-off on-device QA screenshots /m3_daemon*.log /dimmer_qa.png /build-exe.log