From e65ce2551e5aeab83b0b53386333887867623ab9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 8 Mar 2026 10:20:48 -0600 Subject: [PATCH] Cleanup --- .claude/settings.local.json | 16 ---------------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index bb6693edd..000000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:onnxruntime.ai)", - "WebFetch(domain:github.com)", - "WebFetch(domain:pypi.org)", - "Bash(pip index versions onnxruntime-gpu)", - "Bash(pip install onnxruntime-gpu==1.24.3 --dry-run)", - "WebFetch(domain:raw.githubusercontent.com)", - "Bash(pip download onnxruntime-gpu==1.24.3 --no-deps -d /tmp/ort-check --python-version 3.12 --platform manylinux_2_28_x86_64)", - "WebFetch(domain:files.pythonhosted.org)", - "Bash(gh api repos/microsoft/onnxruntime/contents/docs/CUDA_GPU_Compatibility.md --jq '.content')", - "Bash(gh search code \"cuda 13\" --repo microsoft/onnxruntime --limit 5)" - ] - } -} diff --git a/.gitignore b/.gitignore index 660a378b0..fb5f4a5ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__ .mypy_cache *.swp debug +.claude/* .vscode/* !.vscode/launch.json config/* @@ -19,4 +20,4 @@ web/.env core !/web/**/*.ts .idea/* -.ipynb_checkpoints \ No newline at end of file +.ipynb_checkpoints