adding in docker.

This commit is contained in:
2025-12-08 16:23:06 -05:00
parent 5b83fa12ca
commit aba5094eed
5 changed files with 74 additions and 0 deletions

19
.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
web/
db/*.json
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.git/
.gitignore
.idea/
.vscode/
*.log
.DS_Store