feat: Implement Docker setup with MongoDB and website service, add requirements and build script

This commit is contained in:
2026-03-26 23:46:53 +01:00
parent f00d12660c
commit 138dac73f3
6 changed files with 227 additions and 73 deletions
+15
View File
@@ -0,0 +1,15 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
build/
.git/
.gitignore
mongodb.log
mongodb.log.*
*.dist-info/
.nuitka-cache/
*.build/