init
Some checks are pending
CI / Test (1.23) (push) Waiting to run
CI / Test (1.24) (push) Waiting to run
CI / Test (1.25) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Build (push) Waiting to run

This commit is contained in:
2025-12-16 13:12:43 +02:00
parent 9f42be432b
commit b9650739bf
20 changed files with 1095 additions and 2 deletions

26
.gitignore vendored
View File

@@ -21,3 +21,29 @@
# Go workspace file
go.work
# RelSpec specific
relspec
*.test
coverage.out
coverage.html
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test outputs
test_output/
*.db
*.sqlite
*.sqlite3
# Build artifacts
dist/
build/