From 2755ac7f45240b7b6dd4cf2546686cd17e4c3a20 Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Mon, 6 Nov 2023 21:21:30 +0100 Subject: [PATCH] gitignore updated --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e4e38b..77b4205 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ tests/__pycache__/* .coverage scp_sync.py out/* -output/* \ No newline at end of file +output/* +!output/main/ \ No newline at end of file