chore: ignore uv.lock until PEP 621 migration
uv.lock is a header-only file (no deps pinned) because pyproject.toml still uses [tool.poetry] tables that uv can't read. Ignore for now. Real fix tracked at aiolabs/satmachineadmin#28. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cf6c0b4b7a
commit
58a0974117
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -7,3 +7,8 @@ node_modules
|
||||||
data/
|
data/
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.sqlite3-journal
|
*.sqlite3-journal
|
||||||
|
|
||||||
|
# uv lockfile — pyproject.toml still uses [tool.poetry] syntax, so uv lock
|
||||||
|
# produces a header-only file that pins nothing. Ignore until the
|
||||||
|
# PEP 621 migration lands (aiolabs/satmachineadmin#28).
|
||||||
|
uv.lock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue