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

# Virtualenv / local runtime
.venv/
.env
data/
*.db
*.sqlite

# Editors / OS
.DS_Store
.idea/
.vscode/
