From f9ed925643dbc18c27964994b6e64d55766ccf87 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Mar 2026 17:36:08 +0100 Subject: [PATCH] =?UTF-8?q?gitignore=20ge=C3=A4ndert=20dass=20die=20Nutzer?= =?UTF-8?q?=20Metadaten=20ignoriert=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7783289..f460b62 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # 2. Python Caches __pycache__/ *.py[cod] +.nicegui/storage* # 3. Virtuelle Umgebungen venv/