Added docker deployment

This commit is contained in:
2026-04-30 21:08:07 +02:00
parent bec0f88168
commit 61424163da
5 changed files with 189 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.git
.gitignore
.github
.venv
venv
env
__pycache__
**/__pycache__
*.py[cod]
*.egg-info
.pytest_cache
.ruff_cache
.mypy_cache
build
dist
data
*.db
*.db-journal
*.db-wal
*.db-shm
config.toml
.env
.vscode
.idea
*.swp
README.md