--- description: Enforces a specific folder structure within the 'src' directory for HTMX projects, promoting organization and maintainability of templates, static assets, and application logic. globs: src/**/*.* --- - Enforce the following folder structure: src/ templates/ static/ css/ js/ app.py