From 669d73b18a92bb1e10ee83b92b89d43aa07f39d5 Mon Sep 17 00:00:00 2001 From: Stef Date: Thu, 17 Apr 2025 14:46:08 +0200 Subject: [PATCH] Fix part 3 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8520541..691eef1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ migrations/ instance/ # Byte-compiled / optimized / DLL files -#__pycache__/ \ No newline at end of file +__pycache__/ \ No newline at end of file