7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
---
|
|
description: Defines configuration management practices for Python projects, including using .env files and python-dotenv.
|
|
globs: **/*.py
|
|
---
|
|
- Use .env files for configuration.
|
|
- Use python-dotenv for environment variable management.
|
|
- Manage secrets using environment variables. |