Cleanup __pycache__ directories

To prevent polluting the freezefs etc.
This commit is contained in:
Thomas Farstrike
2026-01-26 14:49:45 +01:00
parent 372816d805
commit 1bfcd3a618
+2 -1
View File
@@ -1 +1,2 @@
find internal_filesystem -iname "*.pyc" -exec rm {} \;
find internal_filesystem/ -iname "*.pyc" -exec rm {} \;
find internal_filesystem/ -iname "__pycache__" -exec rmdir {} \;