Follow-up to the satmachineadmin->spirekeeper issue migration. The 20 open issues were recreated on aiolabs/spirekeeper with reassigned numbers; this repoints in-repo references to the migrated issues at their new spirekeeper numbers (#3->#1, #4->#2, #8->#4, #9->#5, #10->#6, #17->#11, #21->#12, #28->#16, #44->#20). References to closed/non- migrated satmachineadmin issues (#20/#22/#26/#29/#32/#37/#38/#39) stay pointing at the original repo where they were resolved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
338 B
Text
14 lines
338 B
Text
__pycache__
|
|
node_modules
|
|
.mypy_cache
|
|
.venv
|
|
|
|
# LNbits runtime data — auth keys, dev DB files, etc.
|
|
data/
|
|
*.sqlite3
|
|
*.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/spirekeeper#16).
|
|
uv.lock
|