Files
govoplan/.gitignore
T
zemion bf2f02891f
Dependency Audit / dependency-audit (push) Successful in 1m48s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 11m31s
Developer Meta-package Release / publish-package (push) Successful in 10s
Release v0.1.18
2026-08-05 21:07:52 +02:00

20 lines
336 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
!tools/release/runtime/web-entrypoint.sh
__pycache__/
build/
dist/
*.egg-info/
audit-reports/
coverage/
htmlcov/