my_wsgi_project/ │ ├── app.py # Main WSGI application file ├── requirements.txt # List of dependencies (optional) ├── wsgi.py # WSGI server entry point (optional) ├── static/ # Directory for static ...