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