Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
.env
|
|
*.pyc
|
|
__pycache__/
|
|
.DS_Store
|
|
node_modules/
|
|
static/css/output.css
|
|
media/
|
|
dist/
|