batch file to remove __pycache__

This commit is contained in:
rdavydov
2022-10-21 12:57:20 +03:00
parent 5ca8054bcb
commit 373ec84b90

5
DELETE_PYCACHE.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
rmdir /s /q __pycache__
rmdir /s /q TwitchChannelPointsMiner\__pycache__
rmdir /s /q TwitchChannelPointsMiner\classes\__pycache__
rmdir /s /q TwitchChannelPointsMiner\classes\entities\__pycache__