Initial commit

This commit is contained in:
2026-01-30 13:17:42 +02:00
commit 580d27028b
19 changed files with 335 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
## uv-project-template
## Installation
To create and install virtual environment:
```bash
uv sync
```
During development, you can lint and format code using:
```bash
uv run poe x
```