BMAD-METHOD/.claude/rules/python-github-setup-cursorr.../python-naming-conventions.mdc

9 lines
282 B
Plaintext

---
description: Applies Python naming conventions for variables, functions, classes, interfaces, and files.
globs: **/*.py
---
- Use snake_case for variables.
- Use snake_case for functions.
- Use PascalCase for classes.
- Use PascalCase for interfaces.
- Use snake_case for files.