Initial commit: enterprise digital platform with portal SSO, DigiServer, IT Assets, NetworkView, Server Monitor

This commit is contained in:
ske087
2026-05-10 21:07:50 +03:00
commit 8d9df56b0b
364 changed files with 73655 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# Flask
instance/
.webassets-cache
# Persistent data folder (containers, database, uploads)
data/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Database
*.db
*.sqlite
*.sqlite3
# Uploads
app/static/uploads/*
!app/static/uploads/.gitkeep
app/static/resurse/*
!app/static/resurse/.gitkeep
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Build
dist/
build/
*.egg-info/
#data
data/