Merge "Create a script to generate a Topology"
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 24 Feb 2022 08:59:09 +0000 (08:59 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 24 Feb 2022 08:59:09 +0000 (08:59 +0000)
.gitignore
code/README.md [new file with mode: 0644]

index 6d66eea..dfc8718 100644 (file)
@@ -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 (file)
index 0000000..1be5863
--- /dev/null
@@ -0,0 +1,4 @@
+# Code Folder
+
+This folder incudes code artifacts for smaller OAM  sub-projects, which should 
+not require a full repository.