From c0c42d5f461ed8bebc866c490aab5f4e97b0f95f Mon Sep 17 00:00:00 2001 From: Pouzor Date: Tue, 30 Jun 2026 14:54:15 +0200 Subject: [PATCH] chore: gitignore docs/database-model.md --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 70c818c..fccd1f8 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,9 @@ htmlcov/ # Docker .docker/ Ideas.md + +# Local dev/test utilities (never commit) +scripts/zwave-mock-gateway.py + +# Docs (local only) +docs/database-model.md