# OS
.DS_Store
Thumbs.db
.vscode/
.env
.venv/

# Python
__pycache__/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/
coverage.xml
.pytest_cache/
*.log
.mypy_cache/

# local dev docs
devdocs/

# built documentation site (mkdocs)
site/

#local dev scripts
devscripts/
# build artifacts
dist/
*.egg-info/

# example app scratch database
examples/**/*.db
