__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

.venv/
.env

*.db
*.sqlite

.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

uv.lock
