From 27b6574829465c1120857ab915887dfc5ba2f96a Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 9 Dec 2023 20:08:33 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8da396..b4d6a80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ __pycache__ +.pytest_cache .idea -.temp \ No newline at end of file +.temp +.tests \ No newline at end of file