Update gitignore to ignore additional files and folders
[osm/IM.git] / .gitignore
index f1e4221..7bd56de 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+venv
+
+.tox
+
 *.pyc
 *.pyc
+*.pyo
 .cache
 .cache
+.tox
 
 #IDEs
 .idea
 
 #IDEs
 .idea
+.project
+.pydevproject
+.settings/
+.vscode
+
+# Unit test / coverage reports
+.coverage
+cover
+coverage.xml
+nosetests.xml
 
 #Generated folders when building the deb package locally
 debian/osm-imdocs.install
 
 #Generated folders when building the deb package locally
 debian/osm-imdocs.install
@@ -36,7 +52,10 @@ osm_im/nst.py
 osm_im/nsi.py
 osm_im/osm.yaml
 osm_im/etsi-nfv-nsd.py
 osm_im/nsi.py
 osm_im/osm.yaml
 osm_im/etsi-nfv-nsd.py
+osm_im/etsi_nfv_nsd.py
 osm_im/etsi-nfv-vnfd.py
 osm_im/etsi-nfv-vnfd.py
+osm_im/etsi_nfv_vnfd.py
+sol006_model
 
 #Pyang and other tools' folders
 pyangbind
 
 #Pyang and other tools' folders
 pyangbind