# OS / editor cruft
.DS_Store
*.swp
*.swo
*~

# Python (for when the service code lands)
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

# local db / lock
*.db
