33 lines
262 B
Plaintext
33 lines
262 B
Plaintext
# 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
|