. ├── .github │ └── workflows │ ├── claude-review.yml │ ├── ruff.yml │ └── type-check.yml ├── src │ ├── __init__ ...
python-solution-starter/ ├── main.py # Main solution file with template ├── requirements.txt # Project dependencies ├── setup.py # Package configuration ├── README.md # This file └── .gitignore # Git ...