Files
govoplan/.gitignore
T
zemion f7590a7b8b
Dependency Audit / dependency-audit (push) Failing after 1m37s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m21s
Add registry-backed module package releases
2026-08-04 04:14:28 +02:00

19 lines
295 B
Plaintext

.cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
runtime/
!tools/release/runtime/
tools/release/runtime/*
!tools/release/runtime/Dockerfile.api
!tools/release/runtime/Dockerfile.web
!tools/release/runtime/nginx.conf
__pycache__/
build/
dist/
*.egg-info/
audit-reports/
coverage/
htmlcov/