From ddcab31e5a61bc1e7f1f35f8b3ca357158f20647 Mon Sep 17 00:00:00 2001 From: evereux Date: Mon, 22 Apr 2024 09:54:01 +0100 Subject: [PATCH 1/2] ignore all issue*.* files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e7eca0f1..5c98c3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -148,4 +148,4 @@ test.py hasher.py # ignore my issues test scripts -issue*.py \ No newline at end of file +issue*.* \ No newline at end of file From c6e8b763f5ef66b56dbcfbfa8559b720dae478f4 Mon Sep 17 00:00:00 2001 From: evereux Date: Thu, 25 Apr 2024 15:23:54 +0100 Subject: [PATCH 2/2] added link to pycatia-tools --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 847d063f..995fc1f8 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,7 @@ .. _examples: https://pycatia.readthedocs.io/en/latest/examples.html .. _user_scripts: https://pycatia.readthedocs.io/en/latest/user_scripts.html .. _pypi.org: https://pypi.org/project/pycatia/ +.. _pycatia-tools: https://github.com/evereux/pycatia-tools pycatia ======= @@ -81,6 +82,8 @@ Examples And Scripts See the documentation @ examples_ and user_scripts_. +A GUI based application that uses pycatia - pycatia-tools_. + Asking Questions ----------------