feat: initial commit

This commit is contained in:
2025-11-30 23:05:29 +01:00
commit 0000000094
18 changed files with 650 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.7
hooks:
- id: ruff
- id: ruff-format
args: [ --check ]