--- 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.