|
---
|
|
description: Specific rules for Python dependency management and version control in the service-1 directory.
|
|
globs: /service-1/**/*.*
|
|
---
|
|
- Always use UV when installing depdendencies
|
|
- Always use python 3.12
|
|
- Always use classes instead of function |