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