File size: 188 Bytes
6cc3d86
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.git
.gitignore
**/__pycache__
**/*.py[cod]
.venv
venv
.env
.env.*

# Rebuilt inside the image; omit host bundle from context
web/backend/static

web/frontend/node_modules
**/node_modules