checking on hiding pycache file

This commit is contained in:
2025-06-05 09:37:38 -05:00
parent b353d09400
commit ae57b45205

View File

@@ -40,7 +40,7 @@ return {
},
},
filters = {
custom = { ".DS_Store" },
custom = { ".DS_Store", "__pycache__" },
dotfiles = true,
},
git = {