For some reason npm-debug.log files now have a very long suffix that needs further matching in `.gitignore`s.
@@ -10,7 +10,7 @@
/.tox/
/venv
/node_modules/
-npm-debug.log
+npm-debug.log*
*.idea/
/*.egg/