# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
env/

# Packaging / build
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
*.whl

# Test / coverage / type checking
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Audit runtime artifacts
.rai-audit/
*_audit_report.html
*_audit_report.md
*_audit_report.json
loan_audit_report.*

# Environment / secrets
.env
.env.*
!.env.example

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Typical dev data
dev-data/