[verified] harden Sales Trainer and add PostgreSQL foundation

This commit is contained in:
Macky
2026-08-16 02:41:10 +07:00
parent 6811dc1db9
commit dbfce9aa54
179 changed files with 19955 additions and 1505 deletions

View File

@@ -1,12 +1,18 @@
**/.venv/
venv/
**/__pycache__/
*.pyc
**/node_modules/
backend/data/
data/
# Secrets and local state
.env
.env.*
!.env.example
backend/data/
backend/.venv/
# Build and tooling
**/node_modules/
frontend/dist/
__pycache__/
*.py[cod]
.pytest_cache/
**/*.log
.DS_Store
.git/
.tmp/
.git/
.gitignore