feat(T08): Docker, deployment & CI/CD – dockerfiles, compose, forgejo actions, readme

This commit is contained in:
Implementation Engineer
2026-07-10 01:34:31 +02:00
parent a1bba48cd7
commit 22acc39017
9 changed files with 498 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
__pycache__
*.pyc
*.pyo
.coverage
.env
.env.*
.pytest_cache
htmlcov
tests
*.md
docs