# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.o

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
src/dicom_dre/_version.py

# Sphinx documentation
docs/_build/

# CFFI build scratch (generated by the JPEG-DCT build hook)
src/dicom_dre/dicom_dre/

# Virtual environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# uv
.uv/

# OS / editor
.DS_Store

# Local working files
temp/
