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

.env
.venv/
venv/

.coverage
.pytest_cache/
.ruff_cache/

.DS_Store
*.db
