Скрипт для удаления кэш-папок
This commit is contained in:
@@ -0,0 +1 @@
|
||||
find . -type d -name "__pycache__" -exec rm -rf {} +
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
find . -type d -name "__pycache__" -exec rm -rf {} +
|
||||