diff --git a/.gitignore b/.gitignore index 739fd3d3..1cd68ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ test_project Pipfile.lock /.vscode/ .idea + +/.pytest_cache/ + +/.env diff --git a/HISTORY.txt b/HISTORY.txt index 6f0f3a09..4e700f65 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 9.0.4: - Add --system flag to $ pipenv check. + - Removal of package name suggestions. 9.0.3: - v9.0.1. 9.0.2: