From 70423dce9a28f3984711923c15b3867436a878e2 Mon Sep 17 00:00:00 2001 From: Jakob Klepp Date: Wed, 12 May 2021 16:41:32 +0200 Subject: [PATCH] Add asciinema --- .gitignore | 3 +++ Readme.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c2e724a..6ce86b9 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ dmypy.json # IntelliJ IDEA / Pycharm .idea/ + +# MacOS +.DS_Store diff --git a/Readme.rst b/Readme.rst index e28fb38..121dd92 100644 --- a/Readme.rst +++ b/Readme.rst @@ -3,6 +3,9 @@ maphash Python library for hashing lists, dicts and other JSON serializeable data structures. +.. image:: https://asciinema.org/a/5L806jTbVjlpOdy8PWplAg9MC.svg + :target: https://asciinema.org/a/5L806jTbVjlpOdy8PWplAg9MC + Coding Conventions ==================