Add Kiosk category to seed data, clean .gitignore

- Kiosk (🏪) added to fresh-install seed data in admin_server.py
- .gitignore now excludes .venv/, *.db, *.xlsx, admin.db
This commit is contained in:
Leo
2026-05-31 00:40:22 -04:00
parent d58834bc56
commit fb2db1e76a
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -2,3 +2,8 @@ __pycache__/
*.pyc
assets.db
uploads/
.venv/
*.db
*.xlsx
admin.db
canteen_admin.db