diff --git a/.gitignore b/.gitignore index 128d458..896b411 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ +.cache +.coverage +.idea .project .pydevproject +.pytest_cache +.tox + +*.egg-info *.pyc -.cache/ -.coverage -.idea/ -.tox/ -ChangeLog -PyKMIP.egg-info/ -dist/ -htmlcov/ -tags -build/ +build +dist +htmlcov