summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 20ec844f5..3682f20b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,12 @@ build/
gradle/
gradlew
gradlew.bat
+
+##############################
+# Python
+##############################
+*.venv*
+*__pycache__
+*htmlcov
+*.coverage
+*.pytest_cache