# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

# Local ledger databases (never commit a real store)
*.db
*.db-wal
*.db-shm

# OS
.DS_Store
