From a2eb96111393932b8de0c88e7ea7762eaa1ec021 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:50:04 -0700 Subject: [PATCH] Added additional message broker files to ignore. RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too. --- Python.gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index ef79df0e..393702dd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,11 +65,6 @@ db.sqlite3-journal instance/ .webassets-cache -# Redis -*.rdb -*.aof -*.pid - # Scrapy stuff: .scrapy @@ -136,6 +131,19 @@ __pypackages__/ celerybeat-schedule celerybeat.pid +# Redis +*.rdb +*.aof +*.pid + +# RabbitMQ +mnesia/ +rabbitmq/ +rabbitmq-data/ + +# ActiveMQ +activemq-data/ + # SageMath parsed files *.sage.py