Initial commit: SIBU 2.0 MISSION

This commit is contained in:
2026-02-21 09:53:31 -05:00
commit 0c7aa53c8b
400 changed files with 67708 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@ -0,0 +1,46 @@
# SIBU Root .gitignore
# Python / FastAPI
**/__pycache__/
**/*.py[cod]
**/*$py.class
**/.pytest_cache/
**/*.venv
**/venv/
**/env/
**/.env
**/instance/
**/.pdm-python
**/.pdm-build/
**/.ruff_cache/
# Node / Frontend
**/node_modules/
**/dist/
**/dist-ssr/
**/*.local
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/pnpm-debug.log*
**/lerna-debug.log*
# OS / Editor
.DS_Store
Thumbs.db
.vscode/
!.vscode/extensions.json
.idea/
*.swp
*.swo
*.suo
*.ntvs*
*.njsproj
*.sln
# UV (Backend dependency manager)
backend/.python-version
backend/.uv
**/uploads
**/dev-dist