From 0062308a5f0d55dab214de73b65f2164bbed792c Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 17 Aug 2026 20:30:03 +0200 Subject: remove and ignore __pycache__ --- .gitignore | 1 + .../hittekaart_py/__pycache__/__init__.cpython-314.pyc | Bin 207 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc diff --git a/.gitignore b/.gitignore index ea8c4bf..e653f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +__pycache__ diff --git a/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc b/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 11caa7e..0000000 Binary files a/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc and /dev/null differ -- cgit v1.2.3