From: Eduardo Ramos Testillano (eramedu) Date: Sun, 10 May 2020 10:44:09 +0000 (+0200) Subject: Add pytest cache to gitignore X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=220eecc7d53ddb85f72d94d5053738519fd8d27e Add pytest cache to gitignore --- diff --git a/.gitignore b/.gitignore index f6e986a..e7396cc 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ CMakeDoxygenDefaults.cmake # Deployments docker-images/anna-adml-http/opt/ + +# Component test (pytest) +__pycache__