diff --git a/.gitignore b/.gitignore index 3471c4d..b589f01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target Cargo.lock +/tests/output.json /website diff --git a/tests/output.json b/tests/output.json deleted file mode 100644 index 79fdca0..0000000 --- a/tests/output.json +++ /dev/null @@ -1 +0,0 @@ -{"method":"speed-v1","cards":{"d50d21e9-1fba-4f60-b7e3-e186a0b8186d":{"question":"Test","answer":"123","seen_in_test":false,"difficult":false,"starred":false,"method_data":{"weight":1.0}},"a9e1f4d3-4ff9-4681-946a-cf8e76fdc67b":{"question":"Hello ...","answer":"world!","seen_in_test":false,"difficult":false,"starred":false,"method_data":{"weight":1.0}},"0fda3cd7-ee0c-4dc0-8e40-6fd696c0f508":{"question":"Foo","answer":"baz","seen_in_test":false,"difficult":false,"starred":false,"method_data":{"weight":1.0}},"dda72753-24db-402b-9c6f-feffa00aeeb9":{"question":"Hello","answer":"worlds!","seen_in_test":false,"difficult":false,"starred":false,"method_data":{"weight":1.0}}},"run_state":null,"test_in_progress":false} \ No newline at end of file