summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2970e540bd..292b4ef3b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -364,4 +364,7 @@ Release
# Intellij
/.idea/
-
+# pytest
+test/__pycache__
+test/*/__pycache__
+test/*/*/__pycache__