fix: update .gitignore to include dist/ and modify build command in justfile 🐛

This commit is contained in:
2026-02-18 23:04:41 +13:00
parent 74c5f4012e
commit 0903d78458
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.db
dist/
venv/
.venv
.idea