# Binaries shackmaster-server shackmaster-client *.exe *.dll *.so *.dylib # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work # Config files with secrets configs/config.yaml # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Frontend web/node_modules/ web/dist/ web/build/ web/.svelte-kit/ web/package-lock.json # Logs *.log