From 3de493543536c3b7a5cc1413e98fb19b80c8ba35 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 17 Mar 2024 11:37:21 +0100 Subject: [PATCH] feat(git): Ignore database --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6eaa9ce..8660227 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .idea +# Database +notfellchen + # Byte-compiled / optimized / DLL files __pycache__/