# Data folder, which may contain PHI
data/
!tests/data

# Temp notebook
scripts/explore.ipynb

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# VSCode / Idea / PyCharm
.idea/

# MacOS generated files
.DS_Store
*.code-workspace
