94526ecb07
This commit is just to create a base directory structure. There are a couple of dummy remove.txt files, their purpose is to be a placeholder until an actual testcase is added. A dummy zuul job is added, on a subsequent commit, real zuul jobs will be created to manage specific repository needs, such as creating doc and release notes. Change-Id: I232981ae3998607fcef7710ea33f8a5e76a8c601
71 lines
831 B
Plaintext
71 lines
831 B
Plaintext
## List of ignored files based on common python projects
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.egg*
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Eclipse / PyCharm files
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
.idea/
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / static analysis / coverage reports
|
|
htmlcov/
|
|
coverage_html_report/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
flake8-output.txt
|
|
shellcheck-output.xml
|
|
|
|
# Environments
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# Configuration files
|
|
# config.ini
|
|
|
|
# Mac files
|
|
.DS_Store
|
|
|
|
# Sphinx documentation
|
|
doc/build/
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|