From a1e8605b83d4f3e8009cb561edabb6b0edff1005 Mon Sep 17 00:00:00 2001 From: Vladimir Buzalka Date: Sat, 28 Mar 2026 11:07:34 +0100 Subject: [PATCH] Remove .claude from tracking, add to .gitignore Co-Authored-By: Claude Sonnet 4.6 --- .claude/settings.local.json | 30 ----------------------------- .claude/worktrees/elastic-brown | 1 - .claude/worktrees/jolly-poitras | 1 - .claude/worktrees/quirky-chatterjee | 1 - .claude/worktrees/vigorous-davinci | 1 - .gitignore | 3 +++ 6 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 .claude/settings.local.json delete mode 160000 .claude/worktrees/elastic-brown delete mode 160000 .claude/worktrees/jolly-poitras delete mode 160000 .claude/worktrees/quirky-chatterjee delete mode 160000 .claude/worktrees/vigorous-davinci diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 8d6c554..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(python3 -c \":*)", - "Bash(pip install extract-msg)", - "Bash(python -c \":*)", - "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(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:*)" - ] - } -} diff --git a/.claude/worktrees/elastic-brown b/.claude/worktrees/elastic-brown deleted file mode 160000 index 5674de1..0000000 --- a/.claude/worktrees/elastic-brown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5674de12478a2cb5591ce3551789ccd88716c8a6 diff --git a/.claude/worktrees/jolly-poitras b/.claude/worktrees/jolly-poitras deleted file mode 160000 index 1d9c6cc..0000000 --- a/.claude/worktrees/jolly-poitras +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d9c6cca481d7d1c2b36a522830190f24d89e176 diff --git a/.claude/worktrees/quirky-chatterjee b/.claude/worktrees/quirky-chatterjee deleted file mode 160000 index 5674de1..0000000 --- a/.claude/worktrees/quirky-chatterjee +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5674de12478a2cb5591ce3551789ccd88716c8a6 diff --git a/.claude/worktrees/vigorous-davinci b/.claude/worktrees/vigorous-davinci deleted file mode 160000 index 45a1642..0000000 --- a/.claude/worktrees/vigorous-davinci +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 45a1642df8e0402415c6dc52891b3fcc8a8cd740 diff --git a/.gitignore b/.gitignore index 2498bd4..566d438 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Claude Code +.claude/ + # Python .venv/ __pycache__/