Summary
Teams keeps large Chromium-style caches. Classic Teams under %APPDATA%\Microsoft\Teams (Cache, Code Cache, GPUCache, Service Worker\CacheStorage); new Teams (MSIX) under %LOCALAPPDATA%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache. Safe to clear, rebuilt on launch.
Where
Follow the existing app-cache categories in src/sifty/core/junk.py. Base dirs %APPDATA% and %LOCALAPPDATA%.
Acceptance criteria
Tip
Use the /new-junk-category skill. There are two Teams flavors; covering classic alone is a fine first pass.
Summary
Teams keeps large Chromium-style caches. Classic Teams under
%APPDATA%\Microsoft\Teams(Cache,Code Cache,GPUCache,Service Worker\CacheStorage); new Teams (MSIX) under%LOCALAPPDATA%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache. Safe to clear, rebuilt on launch.Where
Follow the existing app-cache categories in
src/sifty/core/junk.py. Base dirs%APPDATA%and%LOCALAPPDATA%.Acceptance criteria
sifty junk scanLocal Storage,IndexedDB)tests/test_junk.pypytestgreenTip
Use the
/new-junk-categoryskill. There are two Teams flavors; covering classic alone is a fine first pass.