diff --git a/.gitignore b/.gitignore index 4dad4fa..bafa7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -42,12 +42,11 @@ dmypy.json # Pyre type checker .pyre/ -/resources/ocrd-browser.gresource -/ocrd_browser/ui.gresource # Autosaved glade files *.ui# *.ui~ + /.coverage /.ipynb_checkpoints/ /unittest.xml diff --git a/ocrd_browser/ui.gresource b/ocrd_browser/ui.gresource new file mode 100644 index 0000000..684725f Binary files /dev/null and b/ocrd_browser/ui.gresource differ