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