+ change gitignore, and lunch.json

This commit is contained in:
oleting
2020-12-26 15:56:00 +01:00
parent fcaf3b898b
commit 553c7def0e
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
__pycache__/ __pycache__/
res/output/ res/output/
res/input/ res/input/*
.vscode/*
*.json *.json
*.pyc *.pyc
*.png *.png

2
.vscode/launch.json vendored
View File

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