aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'python/.gitignore')
-rw-r--r--python/.gitignore14
1 files changed, 10 insertions, 4 deletions
diff --git a/python/.gitignore b/python/.gitignore
index a3d197d..3393fec 100644
--- a/python/.gitignore
+++ b/python/.gitignore
@@ -1,5 +1,11 @@
+.coverage
+.mypy_cache/
+.ropeproject/
+.pytest_cache/
+packages/
+python_olm.egg-info/
+_libolm*
+__pycache__
*.pyc
-/*.account
-/*.session
-/*.group_session
-/group_message
+.hypothesis/
+.tox/