From 54ae3421e3b6a164ea6206ff8a3ea5d78cc0fd37 Mon Sep 17 00:00:00 2001 From: Joshua Randall <jranda10@emich.edu> Date: Wed, 23 Oct 2024 19:13:43 -0400 Subject: [PATCH] removed unneeded files --- .env | 4 ---- .vscode/launch.json | 15 --------------- 2 files changed, 19 deletions(-) delete mode 100644 .env delete mode 100644 .vscode/launch.json diff --git a/.env b/.env deleted file mode 100644 index 93be09c..0000000 --- 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/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6b76b4f..0000000 --- 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 -- GitLab