b59476f2f9
Feature guide with table of contents: one line per feature plus how to enable and use it. Covers zones, groups, multiple canvases, style, floor plan, scanner, zigbee/zwave import, device inventory, live status, export, live view, gethomepage, MCP, settings. Untrack FEATURES.md (was ignored as internal meta) now that it ships as public docs. ha-relevant: no
59 lines
639 B
Plaintext
59 lines
639 B
Plaintext
# Claude / project meta — never commit
|
|
CLAUDE.md
|
|
.claude/
|
|
_project_specs/
|
|
|
|
# Environment files - NEVER commit
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
credentials.json
|
|
secrets.json
|
|
service-account*.json
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/settings.json
|
|
.DS_Store
|
|
|
|
# Python
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
|
|
# SQLite
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.db.back
|
|
*.db.back-*
|
|
|
|
# Docker
|
|
.docker/
|
|
Ideas.md
|
|
|
|
# Local dev/test utilities (never commit)
|
|
scripts/zwave-mock-gateway.py
|
|
|
|
# Docs (local only)
|
|
docs/database-model.md
|