Don't backup pycache

This commit is contained in:
Emi Simpson 2023-03-04 23:44:50 -05:00
parent 8ad6d2db0a
commit 1554e4d8fb
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let paths = [
"**/Cache/"
"**/dist/" # npm build directory
"**/node_modules/"
"**/__pycache__/"
"/home/ember/.cabal/"
"/home/ember/.cache/"
"/home/ember/.conan/"