Initial commit: InternalAuditInterprise

This commit is contained in:
freedakgmail
2026-06-16 00:38:57 +08:00
commit 7b1e2b10a8
57 changed files with 4622 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
# Node
node_modules/
dist/
.vite/
*.local
# Env / secrets
.env
.env.*
!.env.example
# OS
.DS_Store
# Data / models (never commit real audit data or model weights)
data/
models/
*.dump
*.parquet
minio-data/
pgdata/