Files
maskanx_crm_frontend/.gitignore
T
AFFAANhandClaude Opus 5 f6a54d6f93 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>
2026-08-01 10:28:41 +05:30

33 lines
324 B
Plaintext

.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/