From fe1217acf049cb6a63f050967fe7c45d0c7cdc76 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Fri, 20 Dec 2024 11:54:54 +0100 Subject: [PATCH] Add .mypy_cache directory to the gitignore file Since we are running mypy in our "pep8" tox target its cache directory should be ignored by git. TrivialFix Change-Id: Ie354cf08e805de324296be51546017f8c9152b0f --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 32269c1bc86..d84d731f50e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ nosetests.xml .testrepository .stestr .venv +.mypy_cache # Translations *.mo