First Commit

This commit is contained in:
yangfan
2025-10-17 13:40:44 +08:00
commit c21e3189e3
16 changed files with 4477 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python3:*)",
"Bash(source venv/bin/activate)"
],
"deny": [],
"ask": []
}
}