# ESPHome build cache
/.esphome/

# Device YAML + secrets live in the user's HA config repo, not here
/ctn1-usco-wks-boot-selector.yaml
/secrets.yaml

# Upstream reference firmware — separate repo, clone manually for context:
#   git clone https://github.com/stecman/hw-boot-selection.git reference
/reference/

# Host-side test outputs
/test/test_disk
/test/disk.img
/test/sweep_*.img
/test/*.img

# Python / editor / OS
__pycache__/
*.pyc
*.pyo
.DS_Store
*.swp
.vscode/
.idea/
.claude/
