Initial commit

This commit is contained in:
2025-11-14 18:46:03 +08:00
commit b85faf48cd
70 changed files with 57687 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/.pixi/envs/default/bin/python",
"jupyter.kernels.excludePythonEnvironments": [
"${workspaceFolder}/.pixi/envs/default/bin/python"
]
}