Assorted utilities
pyutil-02
|-- .editorconfig # Editor config (for IDE / editor that support this)
|-- .gitattributes # Files that Git must give special treatments
|-- .gitignore # Git ignore list
|-- .pre-commit-config.yaml # Precommit hooks
|-- LICENSE # License
`-- README.md # Template document
This project was initialized by Verdi March using:
cookiecutter https://github.com/verdimrc/simple-project-template
This library is licensed under the MIT License. See the LICENSE file.