Here is a change in the notes.md to check if it works on git

This commit is contained in:
patsy
2026-03-12 00:35:18 +01:00
parent 049f58e0e3
commit 53b40b3981

View File

@@ -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.