diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index a861352..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:www.oamc.de)", - "WebFetch(domain:oamc.de)", - "Bash(python3 -c \"import pypdf; print\\('pypdf ok'\\)\")", - "Bash(python3 -c \"import fitz; print\\('pymupdf ok'\\)\")" - ] - } -} diff --git a/.gitignore b/.gitignore index 94b9cc2..278b4a9 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ debian/debhelper-build-stamp .idea/ .vscode/ *.swp + +# Claude Code lokale (persoenliche) Einstellungen +.claude/settings.local.json