initial commit

This commit is contained in:
Karol Broda
2025-12-16 22:42:49 +01:00
commit 371f4d13a6
61 changed files with 6872 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# binaries
snitch
dist/
# build
*.o
*.a
*.so
# test
*.test
*.out
coverage.txt
coverage.html
# ide
.idea/
.vscode/
*.swp
*.swo
*~
# os
.DS_Store
Thumbs.db
# go
vendor/
# misc
*.log
*.tmp