a3acb4efb0
This change was created using the OpenStack cookiecutter. A few changes were made to the cookiecutter output, including removing the python module structure. Next, the Ansible collection directory structure was initiatilised via: ansible-galaxy collection init openstack.kolla galaxy.yml has been updated to add project metadata. Some of the basic repository content has been adapted from kolla-ansible. The documentation has been cleansed of boilerplate, and the contributor guide initialised. CI jobs for docs have been added. Change-Id: I09ab26b9383d3d415bba735fc0d72e7c88a288b4
42 lines
508 B
Plaintext
42 lines
508 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by setup.py
|
|
*.egg-info
|
|
build
|
|
.eggs
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# the files generated from tox command.
|
|
.stestr/
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
.coverage
|
|
cover/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# File generated by Eclipse
|
|
.project
|
|
.pydevproject
|
|
|
|
# Files generated by Visual Studio Code
|
|
.vscode/
|
|
|
|
# Files created by reno build
|
|
releasenotes/build
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|