From fb75586d027a03bee817566bffb59baac8887158 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Tue, 28 May 2024 00:20:46 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7bf177..e6e989c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,18 @@ +# Program specific +/output/ +/deps/ +/secrets/ +/private_deps/ +/data/ + +# Python __pycache__/ /build/ /dist/ -dist -*.egg-info +*.egg-info/ + +# Python, Testing +/test/secrets.py +/.coverage +/.hypothesis/ +/htmlcov/