Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m53s
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m54s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
48 lines
387 B
Plaintext
48 lines
387 B
Plaintext
*.pyc
|
|
*.pyo
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.log
|
|
.env
|
|
.venv
|
|
venv/
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Django
|
|
*.sqlite3
|
|
media/
|
|
staticfiles/
|
|
src/media/
|
|
src/staticfiles/
|
|
logs/*
|
|
!logs/.gitkeep
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.qoder/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backupdata/
|
|
data/
|
|
.zed/
|
|
.env.prod
|
|
tmp/
|
|
_tmp/
|