From df864e661ecc8d548dd015bffa63aa5a96088e9f Mon Sep 17 00:00:00 2001
From: Waleed Akbar <wakbar@cttc.es>
Date: Thu, 5 Sep 2024 10:32:59 +0000
Subject: [PATCH] Added pySpark checkpoint path in '.gitignore' file.

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

diff --git a/.gitignore b/.gitignore
index 20b98c30c..6a53f106e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -176,3 +176,6 @@ libyang/
 
 # Other logs
 **/logs/*.log.*
+
+# PySpark checkpoints
+src/analytics/.spark/*
\ No newline at end of file
-- 
GitLab