Files
maskanx_crm_backend/.dockerignore
T

25 lines
211 B
Plaintext
Raw Normal View History

2026-08-01 10:28:41 +05:30
.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