+ update gitignore and GUI WIP

This commit is contained in:
oleting
2020-12-27 16:15:03 +01:00
parent 2e70191b04
commit 2bda4b49b5
3 changed files with 12 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "debug.py",
"program": "run.py",
"console": "integratedTerminal"
}
]