|
---
|
|
description: General Python rules for the service-1 directory, ensuring consistent dependency management and Python version.
|
|
globs: /service-1/**/*.*
|
|
---
|
|
- Always use UV when installing dependencies
|
|
- Always use python 3.12
|
|
- Always use classes instead of functions |