chore: update build setup

This commit is contained in:
aclist 2026-05-17 19:18:39 +09:00
parent 4841c9e04b
commit 25e2e7e20e
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ build/
notes.otl
uv.lock
.coverage
pyapp-latest/
dist/

View File

@ -54,8 +54,12 @@ lint = [
"types-requests>=2.32.4",
"types-psutil==7.2.2.20260508",
]
build = [
"build==1.5.0",
]
dev = [
"dzgui[docs,test,lint]"
"dzgui[docs,test,lint,build]"
]
[build-system]