diff --git a/.gitignore b/.gitignore index ccf4386..90eff93 100644 --- a/.gitignore +++ b/.gitignore @@ -174,4 +174,4 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ diff --git a/.vscode/launch.json b/.vscode/launch.json index c9a4524..415ef83 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "main.py", + "name": "main.py ", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/core/main.py", diff --git a/out.txt b/out.txt deleted file mode 100644 index e69de29..0000000