This document is a generic specification for managing configuration, secrets, and workflows in Python-based projects.
It is designed to work with:
- Pure Python apps (CLI tools, workers, etc.)
- Web services (FastAPI, Django, Flask, etc.)
- Any stack using Docker, CI/CD (e.g. GitLab), and optionally Kubernetes

