.env not seen as existing from Python
Hello,
I tried to use the new local-env feature to pass credentials to Mistral Vibe but the `.env` is considered as not existing. Cf. https://github.com/mistralai/mistral-vibe/issues/302
>>> from pathlib import Path
>>> vibe_env = Path("~/.config/vibe/.env")
>>> vibe_env.exists()
FalseI can however access the file in the Shell:
> head -n 1 ~/.config/vibe/.env
# This file was generated by 1Password. Any manual edits will be lost.
