cc7aabc12e
Bandit was not running in all directories due missing -r parameter. Also, this change fix bandit errors. * Add nosec to subprocess module * Change /tmp/releases to .releases * Change /tmp/ to tmp/, tmp/ is not checked and in unittest is not an issue, simpler that mocking tempfile and make more complex tests. Change-Id: I42bafa4707a9a4d1faeb01cb9b5a843f56280deb
54 lines
695 B
Plaintext
54 lines
695 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Any disk images
|
|
*.qcow2
|
|
*.img
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by setup.py
|
|
kolla.egg-info
|
|
build
|
|
.eggs
|
|
|
|
# Files generated by tools/genenv
|
|
openrc
|
|
openstack.env
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# the files generated from tox command.
|
|
.testrepository/
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
etc/kolla/kolla-build.conf
|
|
.coverage
|
|
cover/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# Files generates by Eclipse
|
|
.project
|
|
.pydevproject
|
|
|
|
# Files created by reno build
|
|
releasenotes/build
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
#OpenStack releases repo used by version_check.py.
|
|
.releases
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|