ignore caches and dependencies

This commit is contained in:
2021-10-09 23:10:03 -06:00
commit 0b2e89aa27
+11
View File
@@ -0,0 +1,11 @@
.appcache/
venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.converage
htmlcov/
dist/
build/
.egg-info/