Initial commit: Maskan CRM backend

Independent FastAPI backend for Maskan CRM.

Owns contacts, organizations, leads, pipelines, activities, products,
quotes, users, permissions, audit records and first-party integration
credentials, with Alembic migrations against PostgreSQL.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
AFFAANh
2026-08-01 10:28:41 +05:30
co-authored by Claude Opus 5
commit f6a54d6f93
46 changed files with 5287 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
.venv/
.venv311/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
node_modules/
.env
.env.*
!.env.example
!.env.local.example
!.env.development.example
!.env.testing.example
!.env.production.example
*.db
*.sqlite
*.sqlite3
*.log
.DS_Store
.idea/
.vscode/