--- description: Enforces a standard folder structure for Flask projects with Python files. globs: *.py --- - Define the following folder structure: app/ templates/ static/ css/ js/ models/ routes/ __init__.py config.py run.py