feat: Implement Docker setup with MongoDB and website service, add requirements and build script
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
.venv/
|
||||
venv/
|
||||
build/
|
||||
.git/
|
||||
.gitignore
|
||||
mongodb.log
|
||||
mongodb.log.*
|
||||
*.dist-info/
|
||||
.nuitka-cache/
|
||||
*.build/
|
||||
Reference in New Issue
Block a user