commit 0ec27c0b05bb3192b48ee39ce47912546d5958b7 Author: Mike Shoup Date: Tue Oct 30 18:55:28 2018 -0600 Git ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d64ed1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +venv/ + +*.pyc +__pycache__/ + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/ + +.vscode