Add Tauri project files and update .gitignore

This commit is contained in:
2026-02-04 06:59:18 +01:00
parent dc93adf52a
commit 58fafc677e
8 changed files with 137 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
[[permission]]
identifier = "run-python-action"
description = "Allow the UI to invoke the Python backend"
commands.allow = ["run_python_action"]