Skip to content

Repository Structure

Anubha Parashar edited this page Aug 11, 2026 · 1 revision

Repository Structure

src/                 Core package
tests/               Automated tests
scripts/             Utilities and experiment helpers
policies/            Runtime/security policy assets
schemas/             Manifests and schemas
paper/generated/     Generated manuscript results
outputs/             Experiment outputs and caches
run_live_experiment.py
Dockerfile
docker-compose.yml
CITATION.cff
CONTRIBUTING.md
SECURITY.md

Run tests with:

pytest -q

Decide explicitly which large outputs belong in Git, Git LFS, GitHub Releases, or external archival storage.

Clone this wiki locally