1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Node artifacts **/node_modules/ **/package-lock.json # Python artifacts **/__pycache__/ **/*.pyc **/.venv/ **/.pytest_cache/ # OS / editor .DS_Store *.swp *~ # Claude config — settings.local.json is per-machine, never commit .claude/settings.local.json