# Python bytecode and local test artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/

# Notebook and editor state
.ipynb_checkpoints/
.vscode/*.code-workspace

# Local report outputs
datamedicine-report.*
