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>
25 lines
211 B
Plaintext
25 lines
211 B
Plaintext
.git
|
|
.gitignore
|
|
.venv
|
|
.venv311
|
|
venv
|
|
__pycache__
|
|
*.py[cod]
|
|
*.egg-info
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
.coverage
|
|
htmlcov
|
|
dist
|
|
build
|
|
node_modules
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
tests
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.log
|