first commit

This commit is contained in:
闫旭隆
2025-10-17 09:31:28 +08:00
commit 4698145045
589 changed files with 196795 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"approvedTools": [
{
"tool": "Bash",
"pattern": "ls:*"
},
{
"tool": "Bash",
"pattern": "dir:*"
},
{
"tool": "Bash",
"pattern": "cat:*"
},
{
"tool": "Read",
"pattern": "*"
},
{
"tool": "Grep",
"pattern": "*"
},
{
"tool": "Glob",
"pattern": "*"
}
]
}

View File

@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(python test_numpy_embedding.py:*)"
],
"deny": [],
"ask": []
}
}