# build
dist/

# coverage
.coverage
coverage-report.xml
pytest-report.xml

# Cache
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# uv
.venv/

# scratch
snippets/

# JetBrains
.idea/

# MacOS
.DS_Store
