Skip to content

Commit e9c4513

Browse files
Initial commit
0 parents  commit e9c4513

Some content is hidden

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

46 files changed

+1905
-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+
}
97.1 KB
Loading
62.6 KB
Loading
48.2 KB
Loading
31.1 KB
Loading
29.4 KB
Loading

.github/images/copilot-logo.png

149 KB
Loading
20.6 KB
Loading
34.7 KB
Loading
26.4 KB
Loading

0 commit comments

Comments
 (0)