refactor: Remove concept of PM_CACHE

This commit is contained in:
Abhisek Datta
2026-01-08 13:42:05 +05:30
parent ed59693f88
commit 8492fcf93d
3 changed files with 27 additions and 6 deletions
+8 -2
View File
@@ -14,7 +14,10 @@ filesystem:
- ${HOME}/.config/pip/**
- ${HOME}/.pip/**
- ${HOME}/.poetry/**
- ${PM_CACHE}/**
- ${HOME}/.cache/pip/**
- ${HOME}/.cache/pypoetry/**
- ${HOME}/.cache/poetry/**
- ${HOME}/.cache/uv/**
- /usr/local/**
- /Library/**
- /System/Library/**
@@ -22,7 +25,10 @@ filesystem:
allow_write:
- ${CWD}/.venv/**
- ${CWD}/venv/**
- ${PM_CACHE}/**
- ${HOME}/.cache/pip/**
- ${HOME}/.cache/pypoetry/**
- ${HOME}/.cache/poetry/**
- ${HOME}/.cache/uv/**
- ${HOME}/.local/lib/python*/**
- ${TMPDIR}/**