BMAD-METHOD/.claude/rules/htmx-flask-cursorrules-prom.../flask-folder-structure.mdc

16 lines
245 B
Plaintext

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