From 8ca5e4a45768179f1e448a7b0c462c6c73bf5f6c Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 12 May 2025 16:37:59 +0200 Subject: [PATCH] Add lost password recovery --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e86de7f..25a7e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ log.txt config.py users/ sys -*~ \ No newline at end of file +*~ +#* \ No newline at end of file