# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib middleware-manager # Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories (remove the comment below to include it) vendor/ # Go workspace file go.work # IDE files .idea/ .vscode/ *.swp *.swo # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # Node modules and builds ui/node_modules/ ui/dist/ # Compiled vite config artifacts ui/vite.config.js ui/vite.config.d.ts # SQLite database *.db # Generated configuration files /conf/ # Log files *.log # Data directories /data/