From 0c0bdbac523ac5cac3f9aff935717d76f9b4ffa8 Mon Sep 17 00:00:00 2001
From: duyanhehe <duyanhex@gmail.com>
Date: Sat, 26 Apr 2025 21:36:50 +0700
Subject: [PATCH] add pytest cache in gitignore

---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5085a4c..b10936f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,6 @@ __pycache__
 # ignore all files in the static folder except the default folder
 app/static/*
 !app/static/default/
-!app/static/front_end_img/
\ No newline at end of file
+!app/static/front_end_img/
+
+.pytest_cache
\ No newline at end of file
-- 
GitLab