diff --git a/.gitignore b/.gitignore index 469f35f..fe1264b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Repository specific .idea/** +trivia/data/** # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/trivia/data/scores.json b/trivia/data/scores.json deleted file mode 100644 index a01d0b4..0000000 --- a/trivia/data/scores.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "teamno" : 0, - "teamname" : "Example Team 1", - "scores" : [ - 1, 2, 3, 4 - ] - }, - { - "teamno" : 1, - "teamname" : "Example Team 2", - "scores" : [ - 5, 6, 7, 8 - ] - } -] \ No newline at end of file