From b7749280f7706810f32884052bf304871bf48488 Mon Sep 17 00:00:00 2001 From: MattiaMontanari Date: Tue, 5 May 2020 17:32:54 +0100 Subject: [PATCH] Ignore pytest cache --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 81f71dc..1ffe0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,8 @@ sysinfo.txt # Office ~*.pptx + +# Pytest +.cache +.pytest_cache +.mypy_cache \ No newline at end of file