Glossary coding Term Page
uv.lock
The lockfile created by `uv` that pins exact dependency versions for reproducibility
Core Idea
uv.lock is The lockfile created by uv that pins exact dependency versions for reproducibility. It usually makes the most sense alongside pyproject.toml, Environment variables.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.