-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.local.json
More file actions
46 lines (46 loc) · 1.68 KB
/
Copy pathsettings.local.json
File metadata and controls
46 lines (46 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"permissions": {
"allow": [
"Bash(git *)", "Bash(gh *)", "Bash(gcloud *)",
"Bash(docker *)", "Bash(docker-compose *)",
"Bash(uv *)", "Bash(uvx *)",
"Bash(python *)", "Bash(python3 *)",
"Bash(pip *)", "Bash(pip3 *)",
"Bash(pytest *)", "Bash(*/pytest *)",
"Bash(ruff *)", "Bash(*/ruff *)",
"Bash(mypy *)", "Bash(*/mypy *)",
"Bash(mkdocs *)", "Bash(just *)",
"Bash(ls)", "Bash(ls *)",
"Bash(pwd)",
"Bash(tree)", "Bash(tree *)",
"Bash(cat *)", "Bash(head *)", "Bash(tail *)",
"Bash(wc)", "Bash(wc *)",
"Bash(mkdir *)", "Bash(cp *)", "Bash(mv *)", "Bash(rm *)",
"Bash(touch *)", "Bash(ln *)", "Bash(chmod *)",
"Bash(which)", "Bash(which *)",
"Bash(type *)", "Bash(command *)",
"Bash(diff *)", "Bash(sort *)", "Bash(uniq *)",
"Bash(find *)", "Bash(grep *)",
"Bash(echo *)", "Bash(printf *)",
"Bash(curl *)", "Bash(wget *)",
"Bash(npm *)", "Bash(npx *)", "Bash(node *)",
"Bash(realpath *)", "Bash(dirname *)", "Bash(basename *)",
"Bash(stat *)", "Bash(file *)",
"Bash(env *)",
"Bash(printenv)", "Bash(printenv *)",
"Bash(uname)", "Bash(uname *)",
"Bash(date)", "Bash(date *)",
"Bash(tee *)", "Bash(xargs *)",
"Bash(sed *)", "Bash(awk *)", "Bash(cut *)", "Bash(tr *)",
"Bash(test *)", "Bash([ *)",
"Bash(true)", "Bash(false)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:pypi.org)",
"WebFetch(domain:pytorch.org)",
"WebFetch(domain:docs.python.org)",
"WebFetch(domain:huggingface.co)",
"WebFetch(domain:stackoverflow.com)"
]
}
}