Use uv alongside the virtual environment when running Python scripts or notebooks.
When requiring environment variables, use:
uv run --env-file keys.env main.pyDo not edit the pyproject.toml file manually. Always use uv add to let uv add Python packages to the virtual environment.