Files
mostovik-backend/.gitignore
Aleksandr Meshchryakov 18971d33ec
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m55s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m43s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m45s
feat: complete published registry contracts and gated SRO ingestion
2026-09-14 17:01:02 +02:00

56 lines
531 B
Plaintext

*.pyc
*.pyo
__pycache__/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
*.egg-info/
dist/
build/
*.log
.env
/private-parser-artifacts/
.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
backups/
*.backupdata/
data/
deteil.json
.zed/
.env.prod
tmp/
_tmp/
input/fns/processed/*.xlsx
# Local canonical schema build output
.openapi-build/