Fix: Remove portal stage job
[ci-management.git] / .gitignore
index 7be0f75..11b529f 100644 (file)
@@ -1,3 +1,6 @@
+# Ignore Mac temp files
+.DS_Store
+
 # Ignore Vim temporary files
 .*.sw?
 
@@ -20,3 +23,10 @@ target/
 # Eclipse
 .project
 /.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+
+onap_sandbox