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

# Testing / typing caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Environments
.venv/
venv/
env/

# OS / editors
.DS_Store
Thumbs.db
Desktop.ini
.vscode/
.idea/

# Built documentation
site/

# the Kaggle credit-risk CSV: redistributable only from Kaggle, and 1.8 MB
credit_risk_dataset.csv
