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/