Closed
Description
I noticed that during the refactoring of #351 the directories changed from:
<USER_CACHE_DIR>/sigstore-python/tuf/<QUOTED_REPO_URL>
<USER_DATA_DIR>/sigstore-python/tuf/<QUOTED_REPO_URL>
to
<USER_CACHE_DIR>/sigstore-python/<QUOTED_REPO_URL>
<USER_DATA_DIR>/sigstore-python/<QUOTED_REPO_URL>
this is going to work fine until sigstore-python wants to cache or store other application data... should we re-add that "tuf" component in there now or only solve that problem when it becomes an issue?