space cleaning of __pycache__
directories
#13601
-
Running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This isn't really specific to pytest, importing your files in Python will also create those. Any solution that works for those will work here too. They shouldn't really use a lot of space though. |
Beta Was this translation helpful? Give feedback.
This isn't really specific to pytest, importing your files in Python will also create those. Any solution that works for those will work here too. They shouldn't really use a lot of space though.