diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41180b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Program specific +/output/ +/deps/ +/secrets +/private_deps/ +/data/ +/config/ + +# Python +__pycache__/ +/build/ +/dist/ +*.egg-info/ +.mypy_cache/ + +# Python, Testing +/test/secrets.py +/.coverage +/.hypothesis/ +/htmlcov/