# Binaries bin/ strix *.exe *.exe~ *.dll *.so *.dylib # Test binaries *.test # Output of the go coverage tool *.out coverage.html # Go workspace file go.work # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Environment .env .env.local # Temporary files tmp/ temp/