pub fn load_dotenv() -> Result<()>
Load environment variables from .env file
This function attempts to load environment variables from a .env file in the current directory, ignoring errors if the file doesn’t exist.