Skip to content

Instantly share code, notes, and snippets.

@ScribbleGhost
Created June 17, 2024 10:11
Show Gist options
  • Save ScribbleGhost/6b3b88cd93e6446367342cf3b0068dc5 to your computer and use it in GitHub Desktop.
Save ScribbleGhost/6b3b88cd93e6446367342cf3b0068dc5 to your computer and use it in GitHub Desktop.
πŸ“‚ Projects
β”œβ”€β”€ πŸ“‚ Project_A
β”‚ β”œβ”€β”€ πŸ“ Documentation
β”‚ β”‚ β”œβ”€β”€ πŸ“„ Readme.md
β”‚ β”‚ β”œβ”€β”€ πŸ“„ Project_Spec.pdf
β”‚ β”‚ └── πŸ“„ Changelog.txt
β”‚ β”œβ”€β”€ πŸ“ Source_Code
β”‚ β”‚ β”œβ”€β”€ πŸ“„ main.py
β”‚ β”‚ β”œβ”€β”€ πŸ“ modules
β”‚ β”‚ β”‚ β”œβ”€β”€ πŸ“„ module1.py
β”‚ β”‚ β”‚ β”œβ”€β”€ πŸ“„ module2.py
β”‚ β”‚ β”‚ └── πŸ“„ __init__.py
β”‚ β”‚ β”œβ”€β”€ πŸ“„ utils.py
β”‚ β”‚ └── πŸ“„ config.py
β”‚ β”œβ”€β”€ πŸ“ Tests
β”‚ β”‚ β”œβ”€β”€ πŸ“„ test_main.py
β”‚ β”‚ β”œβ”€β”€ πŸ“„ test_module1.py
β”‚ β”‚ └── πŸ“„ test_utils.py
β”‚ └── πŸ“ Assets
β”‚ β”œβ”€β”€ πŸ“ πŸ“· Images
β”‚ β”‚ β”œβ”€β”€ πŸ–ΌοΈ logo.png
β”‚ β”‚ β”œβ”€β”€ πŸ–ΌοΈ background.jpg
β”‚ β”‚ └── πŸ“ πŸ–ΌοΈ icons
β”‚ β”‚ β”œβ”€β”€ πŸ–ΌοΈ icon1.png
β”‚ β”‚ └── πŸ–ΌοΈ icon2.png
β”‚ └── πŸ“ πŸ“Ή Videos
β”‚ β”œβ”€β”€ πŸ“Ό intro.mp4
β”‚ └── πŸ“Ό tutorial.mp4
└── πŸ“‚ Project_B
β”œβ”€β”€ πŸ“ Documentation
β”‚ β”œβ”€β”€ πŸ“„ Readme.md
β”‚ └── πŸ“„ User_Manual.pdf
β”œβ”€β”€ πŸ“ Source_Code
β”‚ β”œβ”€β”€ πŸ“„ app.js
β”‚ β”œβ”€β”€ πŸ“ components
β”‚ β”‚ β”œβ”€β”€ πŸ“„ header.js
β”‚ β”‚ β”œβ”€β”€ πŸ“„ footer.js
β”‚ β”‚ └── πŸ“„ sidebar.js
β”‚ β”œβ”€β”€ πŸ“„ index.js
β”‚ └── πŸ“„ config.js
β”œβ”€β”€ πŸ“ Tests
β”‚ β”œβ”€β”€ πŸ“„ test_app.js
β”‚ β”œβ”€β”€ πŸ“„ test_components.js
β”‚ └── πŸ“„ test_config.js
└── πŸ“ Assets
β”œβ”€β”€ πŸ“ πŸ“· Images
β”‚ β”œβ”€β”€ πŸ–ΌοΈ logo.svg
β”‚ β”œβ”€β”€ πŸ–ΌοΈ banner.jpg
β”‚ └── πŸ“ πŸ–ΌοΈ icons
β”‚ β”œβ”€β”€ πŸ–ΌοΈ icon1.svg
β”‚ └── πŸ–ΌοΈ icon2.svg
└── πŸ“ πŸ“Ή Videos
β”œβ”€β”€ πŸ“Ό demo.mp4
└── πŸ“Ό promo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment