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

.venv/
venv/

dist/
build/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/

.env
.env.*

*.db
*.sqlite3

.DS_Store