Initial commit

This commit is contained in:
julien Lengrand-Lambert
2025-10-10 15:17:37 +02:00
committed by GitHub
commit 44acc42f14
24 changed files with 1833 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
"forwardPorts": [8000],
"postCreateCommand": "pip install -r requirements.txt",
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"ms-python.python",
"ms-python.debugpy"
]
}
}
}