Files
mostovik-backend/.gitignore
Aleksandr Meshchriakov 0f17ff6773
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 26s
CI/CD Pipeline / Build and Push Images (push) Successful in 6s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
Add organizations v2 API and registry enrichment
2026-05-06 19:04:46 +02:00

51 lines
440 B
Plaintext

*.pyc
*.pyo
__pycache__/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
*.egg-info/
dist/
build/
*.log
.env
.venv
venv/
.env.local
.env.devstack
.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/
deteil.json
.zed/
.env.prod
tmp/
_tmp/
input/fns/processed/*.xlsx