From 77da7a4acba58668dbb073085f61557e63598c17 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 21 Jan 2026 19:18:07 +0100 Subject: [PATCH] Added Mirrors and ignored build artefacts --- .gitignore | 4 +++- MIRRORS | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 MIRRORS diff --git a/.gitignore b/.gitignore index feae5c1..98b37d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.pyc -__pycache__ \ No newline at end of file +__pycache__ +dist/ +*.egg-info \ No newline at end of file diff --git a/MIRRORS b/MIRRORS new file mode 100644 index 0000000..5e5927c --- /dev/null +++ b/MIRRORS @@ -0,0 +1,4 @@ +git@github.com:kevinveenbirkenbach/wg-mtu-auto.git +ssh://git@git.veen.world:2201/kevinveenbirkenbach/automtu.git +ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/automtu.git +https://pypi.org/project/automtu/ \ No newline at end of file