Improve repository structure by adding organized directories, updated README files, LICENSE file, .gitignore, and CONTRIBUTING.md.
pokeys_rt/PoKeysLibCore.c: Add a README.md file explaining the contents of the pokeys_rt directory.
docs/README.md: Add a README.md file explaining the contents of the docs directory.
scripts/README.md: Add a README.md file explaining the contents of the scripts directory.
LICENSE: Add a LICENSE file specifying the project’s license.
.gitignore: Add a .gitignore file including the necessary exclusions for Python, C/C++, LinuxCNC build files, and any other generated files.
CONTRIBUTING.md: Add a CONTRIBUTING.md file that outlines the guidelines for contributing to the project, including code style, testing requirements, and how to submit pull requests.
Related to #63
Improve repository structure by adding organized directories, updated README files, LICENSE file, .gitignore, and CONTRIBUTING.md.
README.md
file explaining the contents of thepokeys_rt
directory.README.md
file explaining the contents of thedocs
directory.README.md
file explaining the contents of thescripts
directory.LICENSE
file specifying the project’s license..gitignore
file including the necessary exclusions for Python, C/C++, LinuxCNC build files, and any other generated files.CONTRIBUTING.md
file that outlines the guidelines for contributing to the project, including code style, testing requirements, and how to submit pull requests.For more details, open the Copilot Workspace session.