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/