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