43aabd55d7
1. remove poetry dependency 2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg 3. add more env into tox.ini 4. add version.py Change-Id: I00a008a73e4f0676dd846dd1ee8ad460f0842965
38 lines
429 B
Plaintext
38 lines
429 B
Plaintext
/node_modules/
|
|
/dist
|
|
.DS_Store
|
|
yarn-error.log
|
|
package-lock.json
|
|
.vscode
|
|
.idea
|
|
test/e2e/videos
|
|
test/e2e/screenshots
|
|
test/e2e/downloads
|
|
.nyc_output
|
|
coverage
|
|
test/e2e/results
|
|
test/e2e/report
|
|
*.qcow2
|
|
/packages
|
|
reno.cache
|
|
skyline_console.egg-info/
|
|
AUTHORS
|
|
ChangeLog
|
|
RELEASENOTES.rst
|
|
|
|
# config
|
|
test/e2e/config/local_config.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
/skyline_console/static
|
|
build/
|
|
.tox
|