I'm using Pycharm for this years Advent of Code and I'm using pytest for testing all of the examples and output.
I'd prefer it if pytest didn't create the .cache directories throughout my directory tree. Is there anyway to disable the creation of .cache directories when tests fail?