Initial commit: add compliance_checks table, per-check metadata on assets, and compliance audit trail

This commit is contained in:
2026-04-24 07:14:27 +03:00
commit e63b486ec2
58 changed files with 6468 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.env
*.pyc
__pycache__/
*.egg-info/
dist/
build/
.venv/
venv/
uploads/
pdfs/
instance/
migrations/
*.log
.DS_Store