phase1: bootstrap containerized django stack and project scaffold
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@ -0,0 +1,16 @@
|
||||
.git
|
||||
.gitignore
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.db
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.env
|
||||
.env.*
|
||||
venv
|
||||
.venv
|
||||
media
|
||||
staticfiles
|
||||
Reference in New Issue
Block a user