add new bin/lock_pkgs.sh to generate package lockfiles consistently

This commit is contained in:
Nick Sweeting
2024-04-23 17:43:01 -07:00
parent 11acc9ceea
commit 756e159dfe
14 changed files with 3210 additions and 523 deletions

4
.gitignore vendored
View File

@@ -12,6 +12,10 @@ venv/
.docker-venv/
node_modules/
# Ignore dev lockfiles (should always be built fresh)
requirements-dev.txt
pdm.dev.lock
# Packaging artifacts
.pdm-python
.pdm-build