Layout#
Here are the root directories with their purposes:
asu
This is the root code directory. All Python code resides here.
conf
This directory contains project configuration files. See Configuration to learn about configuring using environment variables.
tests
This directory contains all the tests. See Writing Tests.
docs
This directory contains documentation files, like this one you are reading right now.
docker
This directory contains all Docker-related configuration files.