From e45744e7c5b9916c398fe41273194ffb671fcdac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Oct 2024 22:30:47 +0200 Subject: Merging upstream version 1.1.0. Signed-off-by: Daniel Baumann --- .gitignore | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a62de02..29e00d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ __pycache__ *.pyc .pages -.coverage .pytest_cache +.mypy_cache +.ruff_cache +.cache build dist *.egg-info @@ -46,14 +48,13 @@ htmlcov/ .tox/ .nox/ .coverage +coverage_html_report .coverage.* -.cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ -.pytest_cache/ cover/ report.html @@ -97,17 +98,4 @@ venv.bak/ /site # VScode settings -.vscode -test.env -tech-support/ -tech-support/* -2* - -**/report.html -.*report.html - -# direnv file -.envrc - -clab-atd-anta/* -clab-atd-anta/ +.vscode \ No newline at end of file -- cgit v1.2.3