Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

File metadata and controls

8 lines (6 loc) · 322 Bytes

Repository Conventions

Python Package Management

  • Use uv as the default and only package/environment manager in this repository.
  • Install/update dependencies with uv add ... and uv sync.
  • Run Python scripts with uv run ....
  • Do not use pip install as the primary workflow unless explicitly requested.