__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.ruff_cache/
.pytest_cache/
.ty_cache/
example.db
profiler.db
*.db-wal
*.db-shm
.coverage
htmlcov/
_to_delete/
REVIEW.md
# Zensical build output
site/
.zensical/
# a venv created inside docs/ would be copied into the built site
docs/.venv/
