X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=e824ce3fc114f3e378bc0219207b969e5f5e4676;hb=refs%2Fchanges%2F81%2F4581%2F3;hp=7be0f754ad50fe5583139a9e5b8fb36ce3e52e59;hpb=1c9f7085864de2cf22eb9fc6833f585d75346aa1;p=ci-management.git diff --git a/.gitignore b/.gitignore index 7be0f754a..e824ce3fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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