Repository for familiarizing with some common automated tools available for the software development process.
pyproject.tomlcontains package configurations. More details can be found on the official Python packaging documentation..gitignorefor ignoring autogenerated files not relevant for repo. This andLICENSEcan be added automatically during the creation of the repository by GitHub.