Skip to content

Commit 787d6a6

Browse files
committed
Update Python sample app
1 parent e86ed8c commit 787d6a6

File tree

9 files changed

+912
-749
lines changed

9 files changed

+912
-749
lines changed

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ FodyWeavers.xsd
389389
!.vscode/.gitkeep
390390
*.code-workspace
391391

392+
# GitHub Copilot custom instructions
393+
.github/copilot-instructions.md
394+
392395
# Local History for Visual Studio Code
393396
.history/
394397

@@ -437,4 +440,16 @@ mtj.tmp/
437440

438441
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
439442
hs_err_pid*
440-
replay_pid*
443+
replay_pid*
444+
445+
python/
446+
!python/README.md
447+
448+
javascript/
449+
!javascript/README.md
450+
451+
java/
452+
!java/README.md
453+
454+
dotnet/
455+
!dotnet/README.md

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ During this workshop, [GitHub Codespaces](https://docs.github.com/en/codespaces/
3434

3535
- [pyenv](https://github.com/pyenv/pyenv) or [pyenv for Windows](https://github.com/pyenv-win/pyenv-win)
3636
- Python 3.12+ through pyenv
37+
- `uv` package manager (recommended) or `pip`
3738
- VS Code [Python](https://marketplace.visualstudio.com/items/?itemName=ms-python.python) Extension
3839
- VS Code [Pylance](https://marketplace.visualstudio.com/items/?itemName=ms-python.vscode-pylance) Extension
3940
- VS Code [Python Debugger](https://marketplace.visualstudio.com/items/?itemName=ms-python.debugpy) Extension

0 commit comments

Comments
 (0)