mbp:namespace_demo bruno$ find * -ls 4733807 8 -rw-r--r-- 1 bruno staff 1082 Mar 11 15:53 LICENSE 4733940 8 -rw-r--r-- 1 bruno staff 969 Mar 11 15:57 README.md 4732064 0 drwxr-xr-x 5 bruno staff 170 ...
python-ci-pipeline-demo/ ├── src/ # Source code │ ├── calculator.py # Calculator implementation │ └── utils.py # Utility functions │ ├── tests/ # Test suite │ ├── test_calculator.py # Calculator tests ...