X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=11b529f4a729a7cd17289d71b8d789ea82f7ccbe;hb=HEAD;hp=7be0f754ad50fe5583139a9e5b8fb36ce3e52e59;hpb=c26f4a35592edebd417ea193ea17633bb2896c0e;p=ci-management.git diff --git a/.gitignore b/.gitignore index 7be0f754a..11b529f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Ignore Mac temp files +.DS_Store + # Ignore Vim temporary files .*.sw? @@ -20,3 +23,10 @@ target/ # Eclipse .project /.pydevproject + +# Python +.tox/ +__pycache__/ +*.pyc + +onap_sandbox