__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

.venv/
venv/

.env
.env.local
*.local

dist/
build/

.DS_Store
.idea/
.vscode/

db/schema.sql.tmp
