# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib bin/ dist/ platform /api-gateway /audit-service /identity-service /auth-service /authz-service # Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories vendor/ # Go workspace file go.work # IDE files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Build artifacts build/ *.a *.o # Test coverage files coverage.txt coverage.html *.coverprofile # Environment-specific files .env .env.local .env.*.local # Logs *.log logs/ # Temporary files tmp/ temp/ # Documentation build artifacts docs/site/ docs/.mkdocs_cache/ # OS-specific Thumbs.db .direnv/ # Generated protobuf files api/proto/generated/ # Generated Ent ORM files (but keep schema source files) internal/ent/ ent/*.go ent/*/ !ent/schema/ git.dcentral.systems/