Feat:Create the Basic Ai Governance Package to use has a guide

This commit is contained in:
2025-11-06 23:26:50 +05:30
parent 61d02d1dac
commit 9a3d073815
14 changed files with 47207 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@@ -0,0 +1,59 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/secrets.toml
# Reports
reports/*.json
reports/*.pdf
# Logs
*.log
# Data (keep demo dataset)
*.csv
!Datasets/loan_data.csv