The bin/ directory contains executables, such as scripts that you want to run from the command line. The docs/ directory contains documentation for your project, such as a README file and any other documentation files. The project/ directory is the Python package for your project. This is where you will put the code for your… Continue reading the common approach for Python directory structure