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
This commit is contained in:
Slawek Kaplonski
2024-12-20 11:54:54 +01:00
parent ec257eb74a
commit fe1217acf0

1
.gitignore vendored
View File

@@ -39,6 +39,7 @@ nosetests.xml
.testrepository
.stestr
.venv
.mypy_cache
# Translations
*.mo