From d6cb2b4490ce201440a0855a4a45ca77614ad8a3 Mon Sep 17 00:00:00 2001 From: "vladimir.buzalka" Date: Fri, 13 Mar 2026 14:38:45 +0100 Subject: [PATCH] z230 --- .claude/settings.local.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9d423dd..8d6c554 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,24 @@ "Bash(pip install python-dateutil beautifulsoup4)", "Bash(python msg_to_clipboard.py \"U:/Dropbox/Ordinace/Dokumentace_ke_zpracování/RE_ Žádost.msg\")", "Bash(del \"U:\\\\medicus\\\\emailintoclipboard\\\\test_output.txt\")", - "Bash(start python msg_to_clipboard.py \"U:/Dropbox/Ordinace/Dokumentace_ke_zpracování/RE_ Žádost.msg\")" + "Bash(start python msg_to_clipboard.py \"U:/Dropbox/Ordinace/Dokumentace_ke_zpracování/RE_ Žádost.msg\")", + "Bash(C:Pythonpython.exe -c \"import fdb; print\\(''fdb OK, version:'', fdb.__version__\\)\")", + "Bash(python -c \"import fdb; print\\(''fdb OK, version:'', fdb.__version__\\)\")", + "Bash(python explore_db.py)", + "Bash(python inspect_table.py DEKURS)", + "Bash(python inspect_table.py PACIENTI)", + "Bash(python inspect_table.py S_PACI)", + "Bash(python inspect_table.py DISPAC)", + "Bash(python inspect_table.py KAR)", + "Bash(python sample_dekurs.py)", + "Bash(python sample_dekurs2.py)", + "Bash(python insert_test.py)", + "Bash(python sample_rtf.py)", + "Bash(python analyze_rtf.py)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git push:*)", + "Bash(git remote:*)" ] } }