From 7c4fb87c65cb587602ae9d101e2b11a2a5a14805 Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 30 Sep 2024 18:23:54 +0200
Subject: [PATCH] [git] updated gitignore

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

diff --git a/.gitignore b/.gitignore
index 3447ee4..d9868b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,11 @@
+# Rust
 target/
 arpist
+
+# C++
 build
 .cache/
+
+# Python
+__pycache__
+*.egg-info
-- 
GitLab