You can use CSS snippet to exclude from explorer :
div[data-path='path_from_vault'],
div[data-path='path_from_vault'] + div.nav-folder-children
{
display: none;
}
You can also use it to hide md file (you need to remove the second line.
It’s not hide from graph or tag panel, it just hide in the explorer.