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