From 1ac820bfc8b855feb6c8be944d53d73d6530a790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20J=C3=B6nsson?= Date: Sun, 16 Nov 2025 17:23:24 +0100 Subject: [PATCH] changed db to postgres with password stored in env --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36c9aa7..33babce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ __pycache__/ *.py[cod] # Database -instance/*.db +postgres_data/ + # Docker .env