Does .conda/pkgs directory only contain intermediate download files or the actual packages that my environment relies on? I am mostly using --prefix
to build environments because of limited home directory space.
Context: considering removing .conda/pkgs but worried it may affect my installed environments' functioning