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