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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Data files — never commit real policyholder data
*.csv
*.parquet
*.feather
*.xlsx
!notebooks/sample_output*.csv
