diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index b482179..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:raw.githubusercontent.com)", - "Bash(python3 scripts/download-skills.py microsoft)", - "Bash(curl -s \"https://api.github.com/repos/microsoft/skills/contents/.github/skills\")", - "Bash(python3 -c \"import sys,json; data=json.load\\(sys.stdin\\); [print\\(d[''''name''''], d[''''type'''']\\) for d in data[:10]] if isinstance\\(data, list\\) else print\\(data.get\\(''''message'''',''''''''\\)\\)\")" - ] - } -} diff --git a/.gitignore b/.gitignore index 2c0e158..7618697 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ skills/downloads/ scripts/__pycache__/ scripts/download-skills.py .DS_Store +.claude/