I notice that my backup rsync script spends quite some time copying stuff with random name from .snakemake/metadata folders.
What are those files used for?
Can I safely erase them after a snakemake run has completed, or are they necessary for snakemake to correctly perform the next run?
More generally, is there some documentation about the files that snakemake creates in the .snakemake folder?