From 4ac098cfa242fe4dbfe94baaa28701b2c59daee4 Mon Sep 17 00:00:00 2001 From: Erik van den Brink Date: Wed, 27 Sep 2023 15:03:22 +0200 Subject: [PATCH] setup: cleanup `.gitignore` --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2d934984..091aae96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -docs/site -dist -build -*__pycache__* -htmlcov .coverage -/venv37/ .idea/ +.vscode/ +.mypy_cache/ +dist/ +docs/site +build/ +htmlcov/ neo_mamba.egg-info/ -tests/**/*.json +*__pycache__* +venv/ \ No newline at end of file