summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:30:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:32:01 +0000
commite45744e7c5b9916c398fe41273194ffb671fcdac (patch)
tree620ad07a959cf23c8fef76d2967d31eb9c29e6ec /.gitignore
parentReleasing debian version 1.0.0-1. (diff)
downloadanta-e45744e7c5b9916c398fe41273194ffb671fcdac.tar.xz
anta-e45744e7c5b9916c398fe41273194ffb671fcdac.zip
Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 5 insertions, 17 deletions
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