Fix: Remove portal stage job
[ci-management.git] / .gitignore
index 51ff612..11b529f 100644 (file)
@@ -1,3 +1,6 @@
+# Ignore Mac temp files
+.DS_Store
+
 # Ignore Vim temporary files
 .*.sw?
 
@@ -16,3 +19,14 @@ target/
 # IntelliJ
 .idea/
 *.iml
+
+# Eclipse
+.project
+/.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+
+onap_sandbox