diff --git a/docs/REPOSITORY_STRUCTURE.md b/docs/REPOSITORY_STRUCTURE.md new file mode 100644 index 00000000..fd5780ac --- /dev/null +++ b/docs/REPOSITORY_STRUCTURE.md @@ -0,0 +1,9 @@ +# Repository Structure + +This repository is organized to keep examples simple and easy to follow. + +Common directories: +- `docs/` — additional documentation +- source files — example scripts and helpers + +Understanding the structure helps new contributors navigate the project faster.