Create a script to generate a Topology 92/7792/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 21 Feb 2022 14:36:32 +0000 (15:36 +0100)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 21 Feb 2022 14:45:00 +0000 (15:45 +0100)
- prepare python coding

IssueID: OAM-249
Change-Id: Ic850ae7e193d1843fc120ceeaf10f584ea95b2ec
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
.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.