--- description: Defines Python error handling preferences, including using try-except blocks and logging errors. globs: **/*.py --- - Prefer using try-except blocks for error handling. - Log errors appropriately.