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

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# DICOM received files (listener output)
received/
