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. --- test/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/.gitignore (limited to 'test') diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..e6af855 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,2 @@ +.pytest_cache/ +__pycache__/ -- cgit v1.2.3