2936284fed
- Add Zuul config - Correct a few minor things in tox.ini - add ansible-requirements.txt - add .gitignore Change-Id: Iac67338a6cd9a088bc0fbf0b3e6baff448530878
22 lines
165 B
Plaintext
22 lines
165 B
Plaintext
*.py[cod]
|
|
|
|
# Testing cruft
|
|
.tox
|
|
.venv
|
|
*.egg*
|
|
egg
|
|
.coverage
|
|
cover
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# Playbook retry files
|
|
*.retry
|