From 94c6004db59ea31230d591eb6f45df0a126fa6bc Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 29 May 2024 20:30:19 +0200 Subject: [PATCH] Updated standard Python setup --- .gitignore | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c0627f..e6e989c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,18 @@ -*.pyc +# Program specific /output/ -__pycache__/ +/deps/ /secrets/ -*.sqlite +/private_deps/ +/data/ + +# Python +__pycache__/ +/build/ +/dist/ *.egg-info/ + +# Python, Testing +/test/secrets.py +/.coverage +/.hypothesis/ +/htmlcov/