Add Dockerfile and .dockerignore; refactor import paths in app modules

This commit is contained in:
2025-10-30 23:20:51 +01:00
parent 4df582b330
commit ddbc588c77
6 changed files with 28 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
.env
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.crl
*.crt
*.pem