diff --git a/.gitignore b/.gitignore index 51ea7d7..babc79c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build/ run.spec dist/ .vscode/launch.json +res/input/input_large.java diff --git a/.vscode/launch.json b/.vscode/launch.json index e80f071..1ded7e8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "debug.py", + "program": "run.py", "console": "integratedTerminal" } ]