From c897d6544e897bac54a53b8579d9469e93bf4b86 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Thu, 11 May 2023 08:26:29 +0200 Subject: [PATCH] Extended git ignore --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 611d3b4..93280e5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,23 @@ .tox/ build/ venv/ -pystencils_benchmark.egg-info/ __pycache__ report.xml + +.ipynb_checkpoints +.coverage* +*.pyc +*.vti +/dist +/*.egg-info +.cache +_build +/html_doc +.vscode +.cache +_local_tmp +test-report +coverage_report/ + +# macOS +**/.DS_Store \ No newline at end of file -- GitLab