docker-ci/.gitignore
Marius 6553ed5d48 Add builder info to html report
Add some basic tests of the CI methods.
Add test workflow
2024-08-24 15:56:46 +02:00

21 lines
215 B
Plaintext

.jenkins-external
venv*
__pycache__
.vscode
/output
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/