cursor rules

This commit is contained in:
Ajasra 2025-06-07 14:05:12 +08:00
parent d92a48cd7e
commit baf94b18da

View File

@ -17,4 +17,7 @@ Unify the project structure and interraction with tools and console
- If in doubt, check [CONTEXT.md](mdc:CONTEXT.md) file and [architecture.md](mdc:docs/architecture.md)
- **PREFER** ORM pattern for databases with SQLAclhemy.
### Testing
- Use UV for test in format *uv run pytest [filename]*