When updating this file, sync changes to the gist:
gh gist edit 97f2a08d149f02d813749e934bbd69c5 ~/.claude/CLAUDE.md
Always use uv for Python. Never use bare pip or pip3.
- One-off scripts:
uv run --with <package> python3 script.py - Running CLI tools:
uvx(e.g.uvx black .)