Description
Loads and validates application settings with Pydantic models. It helps projects read configuration from environment variables, files, or other sources while keeping typed defaults and validation errors clear.
Settings often include secrets, URLs, and feature flags. Avoid logging sensitive values and define precedence rules so deployments get the intended configuration.