*.egg-info/
*.pyc
*.swp
.coverage
.dockerignore
.idea/
.mypy_cache/
.project
.pydevproject
.settings/
.venv/
.vscode/
venv*/

gregsite/db.sqlite3
gregsite/settings/local.py

coverage.xml
htmlcov/