Add Jenkins jobs for CCSDK
[ci-management.git] / .gitignore
index 51ff612..e824ce3 100644 (file)
@@ -1,3 +1,6 @@
+# Ignore Mac temp files
+.DS_Store
+
 # Ignore Vim temporary files
 .*.sw?
 
@@ -16,3 +19,12 @@ target/
 # IntelliJ
 .idea/
 *.iml
+
+# Eclipse
+.project
+/.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc