commit 0b2e89aa27ededfd06efc67c92e1fdf507a93488 Author: Eric Phillips Date: Sat Oct 9 23:10:03 2021 -0600 ignore caches and dependencies diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60ba0bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.appcache/ +venv/ +*.pyc +__pycache__/ +instance/ +.pytest_cache/ +.converage +htmlcov/ +dist/ +build/ +.egg-info/