Move to Docker; remove Logfire; small prompt fixes
All checks were successful
CI / ci (push) Successful in 15s

This commit is contained in:
Joakim Hellsén 2026-08-08 20:52:36 +02:00
commit bd939c94c2
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
13 changed files with 1830 additions and 258 deletions

29
.dockerignore Normal file
View file

@ -0,0 +1,29 @@
# Version control
.git
.gitignore
# CI / editor / tooling
.github
.vscode
.pre-commit-config.yaml
# Local environment / secrets
.env
.env.*
# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
# Tests & build artifacts
tests/
dist/
build/
*.egg-info/
# Deployment templates
systemd/