.venv/
 
*.pyc
__pycache__/
 
instance/
*.db
*.sqlite
 
.pytest_cache/
.coverage
htmlcov/
 
dist/
build/
*.egg-info/
