From: demx8as6 Date: Mon, 21 Feb 2022 14:36:32 +0000 (+0100) Subject: Create a script to generate a Topology X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7a6901c9a9a389ed9d8095949bdd5e86df93b12c;p=oam.git Create a script to generate a Topology - prepare python coding IssueID: OAM-249 Change-Id: Ic850ae7e193d1843fc120ceeaf10f584ea95b2ec Signed-off-by: demx8as6 --- 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.