Initial commit.

This commit is contained in:
2025-09-09 19:53:24 +05:00
commit b65b8a9e72
14 changed files with 438 additions and 0 deletions

13
.yamllint Normal file
View File

@@ -0,0 +1,13 @@
---
extends: default
ignore: |
./vendor
rules:
line-length: disable
braces:
ignore:
- openapi.yaml
min-spaces-inside: 1
max-spaces-inside: 1