From 064834bf5f06a9ffb01baeefb21e62d46c0542b2 Mon Sep 17 00:00:00 2001
From: Daniele Di Bari <ddibari0@login02.leonardo.local>
Date: Wed, 30 Oct 2024 13:35:50 +0100
Subject: [PATCH] Added .gitignore

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fc79902
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
\ No newline at end of file
-- 
GitLab