From 66bc4d433ea2f473a658a1a5e436e29b586686dc Mon Sep 17 00:00:00 2001 From: lunaflight Date: Mon, 12 Aug 2024 17:36:31 +0800 Subject: [PATCH] Update stale directory structure docs --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f67a1e6..5700e38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,12 +12,16 @@ - Contains all assets for the documentation of the project. ├── README.md - Documentation for users +├── lib + - Contains miscellaneous helper code that is not strictly related to the project. ├── local-requirements.txt - Contains all the Python dependencies required in the project. ├── requirements.txt - Contains only the Python dependencies required to deploy the project on vercel. ├── ruff.toml - Contains the Ruff configuration specified for the project. +├── scripts + - Contains all helper scripts to help kick off the project upon an initial clone. ├── src - Contains all source code for the project. ├── tests