Create CleanPycache.bat
This commit is contained in:
parent
2d1a6a2221
commit
42edf49966
5
CleanPycache.bat
Normal file
5
CleanPycache.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@echo off
|
||||||
|
REM Delete all __pycache__ folders
|
||||||
|
for /d /r %%d in (__pycache__) do @if exist "%%d" rd /s /q "%%d"
|
||||||
|
|
||||||
|
echo Cleaned up!
|
Loading…
Reference in New Issue
Block a user