initial commit

This commit is contained in:
2026-03-11 22:51:42 +01:00
commit 95c2c9cafe
16 changed files with 1942 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Binaries
categorizer
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output files
output.json
output/
response.json
# Configuration with secrets
config.json
# Go workspace
go.work
go.work.sum
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db