fumx66 commited on
Commit
e299904
·
verified ·
1 Parent(s): 3e8b308

Remove leaked .claude_tmp directory

Browse files
Files changed (1) hide show
  1. .claude_tmp/settings.local.json +0 -22
.claude_tmp/settings.local.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "PowerShell(Rename-Item *)",
5
- "PowerShell(huggingface-cli *)",
6
- "PowerShell(hf auth *)",
7
- "PowerShell(hf upload *)",
8
- "PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Select-Object FullName | ForEach-Object { $_.FullName.Replace\\(\"G:\\\\TypeGround_weight\\\\\", \"\"\\) })",
9
- "PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\\\\UniXcode\" -Recurse -File | ForEach-Object { $_.FullName.Replace\\(\"G:\\\\TypeGround_weight\\\\\", \"\"\\) })",
10
- "PowerShell(if \\(Test-Path \\(Resolve-Path ~\\\\.cache\\\\huggingface\\\\token 2>$null\\)\\) { Write-Host \"HF token cache found\" } elseif \\(Test-Path \\(Join-Path $env:USERPROFILE \".cache\\\\huggingface\\\\token\"\\)\\) { Write-Host \"HF token cache found\" } else { Write-Host \"No HF token cache\" }; if \\($env:HF_TOKEN\\) { Write-Host \"HF_TOKEN env var set\" } else { Write-Host \"No HF_TOKEN env var\" })",
11
- "PowerShell($size = \\(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Measure-Object -Property Length -Sum\\).Sum; \"Total size: {0:N2} GB\" -f \\($size / 1GB\\))",
12
- "PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Directory | ForEach-Object { $size = \\(Get-ChildItem -Path $_.FullName -Recurse -File -ErrorAction SilentlyContinue | Measure-Object -Property Length -Sum\\).Sum; [PSCustomObject]@{Name=$_.Name; SizeGB=[math]::Round\\($size/1GB, 2\\)} } | Sort-Object SizeGB -Descending | Format-Table -AutoSize)",
13
- "PowerShell(hf repos *)",
14
- "Bash(hf upload *)",
15
- "PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Where-Object {$_.Length -gt 100MB} | Sort-Object Length -Descending | Select-Object @{N='SizeMB';E={[math]::Round\\($_.Length/1MB, 2\\)}}, FullName)",
16
- "PowerShell(hf upload-large-folder *)",
17
- "Bash(hf upload-large-folder *)",
18
- "PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\\\\.claude\" -Recurse -File | ForEach-Object { $_.FullName.Replace\\(\"G:\\\\TypeGround_weight\\\\\", \"\"\\) })",
19
- "Bash(hf models *)"
20
- ]
21
- }
22
- }