Most people find it hard to package their python code and do not know how to set up the repo for it. If the repository is setup in a wrong way, it would become hard to package and deploy the code ...
. ├── .github │ └── workflows │ ├── ci.yml │ └── docs-pages.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .python ...