From b0a5f906ae42bd7116b0bc31f1bbbc8a4d78c86f Mon Sep 17 00:00:00 2001 From: EggPool Date: Sat, 17 Oct 2020 19:50:01 +0200 Subject: [PATCH] Cleanup --- .gitignore | 1 + tests/.pytest_cache/v/cache/nodeids | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tests/.pytest_cache/v/cache/nodeids diff --git a/.gitignore b/.gitignore index 5da51ea..007393f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ datadir .pydevproject .idea/ +.pytest_cache *.project build/ dist/ diff --git a/tests/.pytest_cache/v/cache/nodeids b/tests/.pytest_cache/v/cache/nodeids deleted file mode 100644 index d66d9c2..0000000 --- a/tests/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,4 +0,0 @@ -[ - "test_mempool.py::test_mempool", - "test_mempool.py::test_mpget_json" -] \ No newline at end of file