mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Also clean up python cache dirs
This commit is contained in:
@@ -7,6 +7,7 @@ then
|
||||
find . -name "*.pyc" -type f -delete
|
||||
find . -name "*.swp" -type f -delete
|
||||
find . -name "*.swo" -type f -delete
|
||||
find . -name "__pycache__" -type d -delete
|
||||
else
|
||||
echo "aborted"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user