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

# Virtual environments
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# sbd local database (SQLite cache is not tracked)
.sbd/sbd.db
