My Advent of Code solutions.
🍦 I'm going for nearly vanilla Python. Numpy is allowed; Pytest for TDD; and obviously, I'm using uv.
I might change my mind about the rules next year.
Install everything:
uv syncMy solutions are:
uv run python 2025/<day>/*.pyTests with:
uv run pytest(I manually increment the version in pyproject.toml and the pytest.testpaths in the GitHub action each year).