Adding upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f13b7abbd8
commit
77504588ab
196 changed files with 10121 additions and 3780 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue