PyCharm Setup
Interpreter
To tell PyCharm to use the uv environment in the cloned repository:
Follow the PyCharm documentation to configure an existing uv environment.
Click the folder icon next to
Uv env useto select the Python interpreter located at.venv/bin/pythoninside the cloned repository. On macOS, pressCmd + Shift + .to show hidden files (filenames that start with.) in the file dialog.
Environment Variables
To tell PyCharm to use the environment variables defined in the .env file
in the cloned repository:
Follow these additional steps to edit the configuration templates for
Python,Python tests > Autodetect, andPython tests > pytest.For each of the above configuration templates, click the folder icon next to
Paths to .env filesand select the.envfile in the cloned repository. On macOS, pressCmd + Shift + .to show hidden files (filenames that start with.) in the file dialog.