From 8a2040aa265e05c381406747e54e8931168a9b35 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 21 May 2024 19:08:45 +0200 Subject: [PATCH] ignore pytest cache --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index a3620bb0..6087b03f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -50,6 +50,7 @@ function sync_test { --exclude ".gitignore" \ --exclude "**/cache" \ --exclude "**/__pycache__/" \ + --exclude "**/.pytest_cache/" \ --exclude ".venv" \ --exclude "db.sqlite3" \ --exclude ".mypy_cache" \