From 6aed628c22db5b40df591ce41ff38f5b1c19c270 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Jun 2023 23:40:23 +0200 Subject: add .pytest_cache to .gitignore It's added by Pytest automatically, but I like doing it explicitly better. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4eaad3a..84c048a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ /build/ - -*.pyc -- cgit v1.2.3