diff --git a/.gitignore b/.gitignore index eb0ecf8..2ad0e9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .kattisrc *.pyc -__pycache__/ \ No newline at end of file +__pycache__/ + +# Stupid sexy VSCode +.vscode +.ionide \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c488f4f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "C:\\Users\\simon\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe" -} \ No newline at end of file