Description
Finds the correct user, cache, config, data, and runtime directories for the current operating system. It helps Python applications store files in expected locations instead of hard-coding paths.
The library only reports locations; the application decides what to write there. Review storage behavior when files may contain private settings, tokens, or user data.