homelab-codex-ws/.gitignore
oskar 423f871486 feat(hardware): ESPHome Gree IR blaster (Wemos D1 Mini + Grove IR)
Native ESPHome gree climate component over the API, no MQTT/Broadlink/Tuya.
HA on piha runs as a plain Docker container (not HAOS), so ESPHome is a
manual docker compose run --rm invocation, not a managed service — device
is deliberately not registered in hosts/piha/services.yaml.
2026-07-22 16:46:03 +02:00

41 lines
505 B
Plaintext

# Environment variables
.env
*.env
!*.env.example
# ESPHome secrets
secrets.yaml
!secrets.yaml.example
# IDE artifacts
.idea/
.vscode/
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
*.egg-info/
packages/*/build/
jobs/*/build/
# Tools
.aider*
.codex
# worktree task marker created by scripts/dev/agent.sh new — must stay untracked per worktree
.agent-task
# OS files
.DS_Store
Thumbs.db
# Runtime data (should live outside repo, but adding just in case)
data/
logs/
temp/
tmp/