feat(core): initial commit unified architecture (scud_ai v2.5 with modular web_api)

This commit is contained in:
2026-08-14 15:01:50 +03:00
commit cc12397e29
59 changed files with 11031 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Python & Bytecode
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
# Environment & Secret keys
.env
*.pem
# IDEs
.vscode/
.idea/
*.swp
# Logs & Temp
logs/
*.log
output/
*.tmp
~$*.xlsx
# Данные и базы данных (при необходимости исключения)
data/scud/*
data/1c/*
!data/scud/.gitkeep
!data/1c/.gitkeep
!data/static_reason_workers.csv