5 lines
329 B
Plaintext
5 lines
329 B
Plaintext
---
|
|
description: Enforces a clear project structure for all Python projects, advocating for separate directories for source code, tests, docs, and configuration.
|
|
globs: /**/*.*
|
|
---
|
|
- Ensure a clear project structure with separate directories for source code (src), tests (tests), documentation (docs), and configuration (config). |