I’d say yes, but it depends on your environment. E.g., by default vscode only picks up a Pipfile if it is in your workspace root, and in a standard T2 application the workspace root is not the Git repository. You can restructure your repository, of course, but then you might make it incompatible to be used as West module in a later step.
See, e.g., the ZMK repository: GitHub - zmkfirmware/zmk: ZMK Firmware Repository. This repository uses a different approach where the Git repository is your entire workspace. But then you need to clone the repo yourself and live with some other restrictions.
Whatever works best for you