X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=.gitignore;h=11b529f4a729a7cd17289d71b8d789ea82f7ccbe;hp=7be0f754ad50fe5583139a9e5b8fb36ce3e52e59;hb=refs%2Fheads%2Fmaster;hpb=b8369604cb0c8c6ffa00483c4a7f3296026a4bd2 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