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