# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables
.env
.env.*
!.env.example

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# DICOM and medical imaging files
*.dcm
*.dicom
*.zip
*.npy
*.pt
*.pth

# Model cache
models_cache/
.cache/

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# uv
.uv/
uv.lock
