This commit is contained in:
Vasily.onl
2025-06-10 12:55:41 +08:00
parent 2890ba2efa
commit 6ab40414e7
2 changed files with 15 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Unify the project structure and interraction with tools and console
- **ALWYAS** check the arguments and methods before use to avoid errors with whron parameters or names
- If in doubt, check [CONTEXT.md](mdc:CONTEXT.md) file and [architecture.md](mdc:docs/architecture.md)
- **PREFER** ORM pattern for databases with SQLAclhemy.
- **DO NOT USE** emoji in code and comments
### Testing
- Use UV for test in format *uv run pytest [filename]*