`tox -e docs` will both generate and validate the documentation. The documentation itself needs to be completed over time. Change-Id: I2eb790a014f9b4838cfa64054a7d99d9bd339c6a
22 lines
193 B
Plaintext
22 lines
193 B
Plaintext
*.pyc
|
|
temp-*.crt
|
|
config.cfg
|
|
.venv
|
|
*.sw[op]
|
|
certs/*.crt
|
|
CA/serial
|
|
CA/*.key
|
|
CA/*.crt
|
|
dist/*
|
|
build/*
|
|
.tox/*
|
|
.DS_Store
|
|
*.egg
|
|
*.egg-info
|
|
.testrepository
|
|
build/*
|
|
cover/*
|
|
.cover
|
|
.coverage
|
|
docs/_build
|