Files
auth/.gitignore
A'zamov Samandar 425987e9d5
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 1m57s
feat(devops)
2025-11-05 16:36:21 +05:00

70 lines
791 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Django
*.log
*.pot
*.pyc
*.pyo
*.pyd
*.db
*.sqlite3
db.sqlite3
media/
staticfiles/
local_settings.py
# If using Django collectstatic
/static/
/media/
# Virtual environment
venv/
env/
ENV/
.venv/
.env/
*.env
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
# Mac / Linux / Windows system files
.DS_Store
Thumbs.db
ehthumbs.db
# pytest / coverage
.coverage
htmlcov/
.tox/
.pytest_cache/
nosetests.xml
coverage.xml
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Django migrations (optional, agar har bir devda qayta yaratilsa)
# **EHTIYOT BO'LING:** agar migration fayllarni saqlamoqchi bolsangiz, bu qatorni ochiring.
#migrations/
# Docker
*.pid
*.log
docker-compose.override.yml
# VSCode settings (optional)
.vscode/