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

# Virtualenvs
.venv/
venv/

# Local memory DBs
*.sqlite
*.sqlite-shm
*.sqlite-wal

# OS/editor
.DS_Store
.idea/
.vscode/
