From 7a6901c9a9a389ed9d8095949bdd5e86df93b12c Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Mon, 21 Feb 2022 15:36:32 +0100 Subject: [PATCH] Create a script to generate a Topology - prepare python coding IssueID: OAM-249 Change-Id: Ic850ae7e193d1843fc120ceeaf10f584ea95b2ec Signed-off-by: demx8as6 --- .gitignore | 6 +++++- code/README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 code/README.md diff --git a/.gitignore b/.gitignore index 6d66eea..dfc8718 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,11 @@ target-ide/ release.properties .vscode +# python +__pycache__ +.pylintrc +output + # data models in scp/oam/modeling *.yang @@ -56,7 +61,6 @@ release.properties */**/3gpp/**/*.yaml # documentation - .tox docs/_build/ ci-management/ diff --git a/code/README.md b/code/README.md new file mode 100644 index 0000000..1be5863 --- /dev/null +++ b/code/README.md @@ -0,0 +1,4 @@ +# Code Folder + +This folder incudes code artifacts for smaller OAM sub-projects, which should +not require a full repository. -- 2.16.6