From c90cd2a1d6c1662e7d854989be7294ee1aec8f17 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 17 Jun 2024 15:42:08 +0200 Subject: [PATCH] Cleanup .gitignore Signed-off-by: Steffen Vogel --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ff7a24b8..9b3c8620 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,14 @@ -# python folders +# Python folders *.egg-info/ __pycache__ .idea +.venv ./cimpy/__pycache__ *.egg build/ dist/ -# log files *.log -# vs code +# VSCode .vscode/* - -# documentation -# documentation/