-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (44 loc) · 1016 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (44 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
# IDE
*.iml
.idea/
.vscode/
# Local config
CLAUDE.md
/.mcp.json
/scripts/
/audit/
/.venv/
/.serena/
/.coverage
/.playwright-mcp/
# Docs intentionally kept out of git history (0.41.0)
/docs/ai-coffee-sommelier.md
/docs/habr-draft.md
/docs/multi-brand-architecture.md
/docs/oem-eugster-protocol.md
/docs/roadmap-oem-features.md
# Audit + research scratch-pads — kept locally only, scrubbed from
# git history in the v0.49.x cleanup (private RE / IP hygiene).
/docs/NIVONA_EMULATOR_AUDIT.md
/docs/NIVONA_EMULATOR_AUDIT_V2.md
/docs/NIVONA_HA_INTEGRATION_AUDIT.md
/docs/NIVONA_RE_NOTES.md
/docs/TODO_EMU_V0_7.md
/docs/TODO_HA_V0_49.md
/docs/BACKLOG.md
# MkDocs build output
/site/
.cache/
# ESPHome secrets — NEVER commit. secrets.yaml.example is tracked as a template.
esphome/secrets.yaml
/docs/superpowers/
docs/SOMMELIER_TZ_DRAFT.md
/docs/PROTOCOL_VERIFICATION.md
/docs/PLATFORM_BRAINSTORM.md
/docs/PLATFORM_UX_MATRIX.md
/docs/NIVONA_DECOMPOSITION_PLAN.md