Technically reversed your decision to exclude the .vscode directory, but the rationale is that it's workspace level configs vs. user settings — only modifies vscode behavior at a repo level. Obviously, it's your show, but think it'd be useful for future contributors to have a similar environment.
📑 Description
✅ Checks
ℹ Additional Information
There are optional dev dependencies (icecream, ipython,rich, ruff), but they don't get exported to
requirements.txt
:Technically reversed your decision to exclude the
.vscode
directory, but the rationale is that it's workspace level configs vs. user settings — only modifies vscode behavior at a repo level. Obviously, it's your show, but think it'd be useful for future contributors to have a similar environment.