mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-01-09 06:51:28 +08:00
21 lines
215 B
Plaintext
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/
|