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.