From 6cba84edf454aafad614f0afbbfd28fd2d12af2e Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Thu, 16 Dec 2021 00:07:45 +0100 Subject: [PATCH] updated .gitignore with pyenv variables --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0b25608..aba7509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ docs/build +build/ +dist/ settings.json apikeysrc coverage* .coverage +.python-version .cache/* MANIFEST .DS_Store