Add pytest cache to gitignore
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Sun, 10 May 2020 10:44:09 +0000 (12:44 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Sun, 10 May 2020 10:44:09 +0000 (12:44 +0200)
.gitignore

index f6e986a..e7396cc 100644 (file)
@@ -34,3 +34,6 @@ CMakeDoxygenDefaults.cmake
 
 # Deployments
 docker-images/anna-adml-http/opt/
+
+# Component test (pytest)
+__pycache__