Initial commit: Quality App v2 - FG Scan Module with Reports

This commit is contained in:
Quality App Developer
2026-01-25 22:25:18 +02:00
commit 3c5a273a89
66 changed files with 15368 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
.env.example
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
instance/
data/logs/
data/uploads/
data/backups/
data/db/*
!data/db/.gitkeep
*.log
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.env
node_modules/