From 53b40b3981f067b7125b204ee72653939b9e81d0 Mon Sep 17 00:00:00 2001 From: patsy Date: Thu, 12 Mar 2026 00:35:18 +0100 Subject: [PATCH] Here is a change in the notes.md to check if it works on git --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index c0f124d..9594c0c 100644 --- a/notes.md +++ b/notes.md @@ -8,3 +8,6 @@ Exactly right — it's the entry point. It imports your app and runs it. And yes The full reason is: Flask looks for templates and static files relative to the app package by default. Keeping them inside app/ means Flask finds them automatically without extra configuration. And when your project grows to multiple modules later, each module can have its own templates folder — super clean! 🎯 ​ find . -not -path './.git/*' -not -path './__pycache__/*' + + +Here is a change in the notes, so I can see that GIT works properly.