149a765f89
This allows it to be used by other projects.
68 lines
943 B
Plaintext
68 lines
943 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
cover/
|
|
.coverage*
|
|
!.coveragerc
|
|
.tox
|
|
.venv
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
# Ansible Galaxy roles
|
|
ansible/roles/ahuffman.resolv/
|
|
ansible/roles/jriguera.configdrive/
|
|
ansible/roles/mrlesmithjr.manage-lvm/
|
|
ansible/roles/MichaelRigart.interfaces/
|
|
ansible/roles/stackhpc.drac/
|
|
ansible/roles/stackhpc.drac-facts/
|
|
ansible/roles/stackhpc.os-flavors/
|
|
ansible/roles/stackhpc.os-openstackclient/
|
|
ansible/roles/stackhpc.os-networks/
|
|
ansible/roles/stackhpc.os-projects/
|
|
ansible/roles/stackhpc.os-shade/
|
|
ansible/roles/resmo.ntp/
|
|
ansible/roles/yatesr.timezone/
|
|
|
|
# Virtualenv
|
|
ansible/kolla-venv/
|