We use the graphviz LaTeX package to generate a lot of graphs in github project for a book on circuits. We currently use
\usepackage[singlefile, pdf]{graphviz}
However this generates .dot and .pdf files for every graph in the book and places them in the top folder of the project, which is less then ideal, because it makes the top folder github “spamed” with those files.
Is it possible to tell graphviz some directory, where it should write all those files into?