Initial commit

This commit is contained in:
2023-07-04 16:41:17 +02:00
commit bc7efeb344
13 changed files with 273 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Basic ignore patterns
*.log
*.secret
# data dir related prod files
data/*.csv
# Ignore temp build artifacts
/bin/*
!bin/.gitkeep
# Ignore Pester test result files
coverage.xml
testResults.xml