From 2a4ac93e7906d35e962cdf70fea80f92f98da1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silvan=20G=C3=BCm=C3=BC=C5=9Fdere?= Date: Thu, 17 Jul 2025 12:39:14 +0200 Subject: [PATCH] ignore all files with `celerybeat-schedule` prefix --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e15106e3..faddc761 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -128,7 +128,7 @@ ipython_config.py __pypackages__/ # Celery stuff -celerybeat-schedule +celerybeat-schedule* celerybeat.pid # Redis