From ea00633ef5b5df2ddd7ef85561fcbc2e2ebcd7f2 Mon Sep 17 00:00:00 2001 From: Tch1b0 Date: Tue, 6 Sep 2022 11:48:07 +0200 Subject: [PATCH] gitignore: ignore pytest cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b0f02cf..74633e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ .prettierrc -.env \ No newline at end of file +.env +.pytest_cache \ No newline at end of file