7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
---
|
|
description: General Python coding style and best practices for all Python files in the project.
|
|
globs: /**/*.*.py
|
|
---
|
|
- Write clean, well-documented, and easily maintainable code.
|
|
- Implement comprehensive error handling and logging.
|
|
- Utilize version control and follow collaborative development practices. |