X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=e824ce3fc114f3e378bc0219207b969e5f5e4676;hb=38c071d028433d96255e3bfe9e94d79aee53fc46;hp=7be0f754ad50fe5583139a9e5b8fb36ce3e52e59;hpb=c26f4a35592edebd417ea193ea17633bb2896c0e;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