From b2198b3e6662750c1ffb810ad9d5078422913f98 Mon Sep 17 00:00:00 2001 From: Petronald Green Date: Fri, 8 Nov 2019 17:06:39 -0400 Subject: [PATCH] Added celerybeat.pid (#3229) --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f7174864..21bdc4d5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,8 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# celery beat schedule file +# Celery stuff celerybeat-schedule +celerybeat.pid # SageMath parsed files *.sage.py