## \brief A <a href="https://docs.python.org/3/library/pathlib.html#pathlib.Path">standard Path object</a> pointing to where the user's local storage is.
#
# Exactly where this is depends on your operating system:
# - On Windows, this is defined as `%%APPDATA%\seagull`, which typically evaluates to something like `"C:\Users\YourNameHere\AppData\Roaming\seagull"`
# - On MacOS, this is defined as `~/Library/Application Support/seagull`, where ~ is your home directory.
# - On Linux, this is defined as `~/.local/share/seagull`.
# \note On Linux, the XDG specification for defining alternative data directories is not currently respected. This will likely change in a future version.