diff --git a/.gitignore b/.gitignore index 0c0627f..e6e989c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,18 @@ -*.pyc +# Program specific /output/ -__pycache__/ +/deps/ /secrets/ -*.sqlite +/private_deps/ +/data/ + +# Python +__pycache__/ +/build/ +/dist/ *.egg-info/ + +# Python, Testing +/test/secrets.py +/.coverage +/.hypothesis/ +/htmlcov/