From 44e885a09c18209b152d3ff82749d1cf5dfd9204 Mon Sep 17 00:00:00 2001 From: Satwik Date: Fri, 20 Dec 2019 01:19:31 +0530 Subject: [PATCH] Ignore unnecessary stuff in npm package --- .npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.npmignore b/.npmignore index 9b7aaab..42ef728 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,9 @@ irrelevant/ +wtfpython-pypi/build/ +wtfpython-pypi/dist/ +wtfpython-pypi/wtfpython.egg-info + +# Python-specific byte-compiled files should be ignored +__pycache__/ +*.py[cod] +*$py.class