Why does the password hash live in the "main" python directory after I install with pipenv install?

Can I force the config json to live in the directory I called pipenv from?

Does my confusion arise from a misunderstanding of pipenv? As a general rule, I like all files related to my current project to live in a folder other than my system python install. This includes all used packages, a dedicated pip/pipenv, a dediacted jupyter lab install, and a dedicated interpreter.

Thanks so much in advance

Joe