Skip to content

Commit 81ef967

Browse files
Initial commit
0 parents  commit 81ef967

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1857
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Python 3",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
4+
"forwardPorts": [8000],
5+
"postCreateCommand": "pip install -r requirements.txt",
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"GitHub.copilot",
10+
"ms-python.python",
11+
"ms-python.debugpy"
12+
]
13+
}
14+
}
15+
}
63.8 KB
Loading
27.4 KB
Loading
10.8 KB
Loading
29.4 KB
Loading

.github/images/copilot-logo.png

149 KB
Loading
20.6 KB
Loading
34.7 KB
Loading
22 KB
Loading
16.7 KB
Loading

0 commit comments

Comments
 (0)