From ee6743c7c60b492419a1761654b5b69a69c68d95 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 10 Mar 2026 15:59:44 +0100 Subject: [PATCH] chore: Test-Artefakte (.coverage, test_*.db) zur .gitignore hinzufuegen Co-Authored-By: Claude Opus 4.6 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 05a5119..18205b3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ __pycache__/ *.pyc venv/ .venv/ +.coverage +test_*.db # Docker backups/*.backup