__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.db
*.sqlite
.sonar-catalog/
*.log
.env
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Generated by setuptools-scm at build time — do NOT commit
sonar_catalog/_version.py
