From 2ee50af9bad3ff02657d24be27067c2c97d12550 Mon Sep 17 00:00:00 2001 From: Alessandro Croci Date: Thu, 10 Oct 2024 16:03:35 +0200 Subject: [PATCH] Update `gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..03cb50e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project Specific +examples/results/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]