122f45ca75
This commit adds `cstate-management application's source code. Subsequent commits will be added to effectively establish `cstate-management` as a StarlingX application. Test Plan: PASS: Check whether tox code runs successfully. Story: 2011105 Task: 50175 Authored-By: Kaige Sun <kaige.sun@windriver.com> Authored-By: Jackie Huang <jackie.huang@windriver.com> Co-Authored-By: Guilherme Santos <guilherme.santos@windriver.com> Co-Authored-By: Vinicius Lobo <vinicius.rochalobo@windriver.com> Change-Id: If24698e454f13e3590fe04f398ba196749678c75 Signed-off-by: Guilherme Santos <guilherme.santos@windriver.com>
42 lines
346 B
Plaintext
42 lines
346 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
__pycache__
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/api/
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
bandit.xml
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|
|
**bin
|
|
**go-compose
|
|
*.log
|
|
coverage.*
|
|
venv/
|