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