f191cceded
There was a bug in the setup.cfg after switching to PBR. Also the AUTHOR and Changelog are added. Change-Id: I3d1f0c442218b0e300e88bc3bb6fdd5602434c57
28 lines
299 B
Plaintext
28 lines
299 B
Plaintext
__pycache__
|
|
dist
|
|
build
|
|
.venv
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.testrepository
|
|
subunit.log
|
|
.eggs
|
|
|
|
# Django files that get created during the test runs
|
|
.secret_key_store
|
|
*.lock
|
|
|
|
# Coverage data
|
|
.coverage.*
|