diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-19 11:34:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 11:34:11 -0400 |
commit | 1d880f9711e0f1b084e63221899f7da2e1087e28 (patch) | |
tree | 69ccb82241fa1c007b621c1bb687788138484d2c /python/.gitignore | |
parent | 6e6facba3b4e2beb4e708271f0f23c7bf3840835 (diff) | |
parent | 0ec6a658583ae4d8b8463b20a640a0769b2ac630 (diff) |
Merge pull request #68 from matrix-org/poljar-python
Poljar's improved python bindings
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/python/.gitignore b/python/.gitignore index a3d197d..1ff9f49 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,5 +1,12 @@ +.coverage +.mypy_cache/ +.ropeproject/ +.pytest_cache/ +packages/ +python_olm.egg-info/ +_libolm* +__pycache__ *.pyc -/*.account -/*.session -/*.group_session -/group_message +.hypothesis/ +.tox/ +include/ |