Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ The project is designed to be:
- `frontend/testing/`: frontend unit and end-to-end test files
- `docs/`: supporting project documentation
- `scripts/`: helper scripts for signing, benchmarking, and maintenance
- `.github/`: GitHub Actions workflows, issue templates, and contributor automation
- `assets/`: project branding assets and images
- `data/`: shared raw and generated project data
- `output/`: generated reports and exported scan artifacts (runtime-generated)
- `wordlists/`: wordlists used by scanning and enumeration plugins
- `scratch/`: experimental utilities and temporary development helpers

## Prerequisites

Expand Down
Loading