diff --git a/.env b/.env deleted file mode 100644 index 93be09c9b88debd91f692ce456a493de64a10509..0000000000000000000000000000000000000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -ASSIGNMENT_TITLE="" -LATE_PENALTY="0.1" -SCORE_DEFAULT="100" -POINTS_FOR_RUNS=[] \ No newline at end of file diff --git a/.gitignore b/.gitignore index 617ef14a4f6486f04eea6440829862ab682aa137..c20274eb272885c86da4a1bcb13127e7a50f0be6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .venv -venv \ No newline at end of file +venv +.env +.vscode diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6b76b4fabc20a488b0a750c32ea100719ca322d1..0000000000000000000000000000000000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python Debugger: Current File", - "type": "debugpy", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - } - ] -} \ No newline at end of file