
- Adding scaffolding for testing (PEP8 mostly disabled for now) - Adding requirments lists Change-Id: I7b585a1e30c473df089ba508099af159e432cc78
22 lines
173 B
Plaintext
22 lines
173 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
|
|
|
|
|