I observed `hydros build` being very slow on some repos > 10 seconds. I suspect the problem might be that there are ".build" directories which is blowing up the git tree. When I ran ``` find ./ -name ".build" -exec rm -rf {} ";" ``` That seemed to fix things.