Ignore unnecessary stuff in npm package

This commit is contained in:
Satwik 2019-12-20 01:19:31 +05:30
parent 2f383f8dc0
commit 44e885a09c
1 changed files with 8 additions and 0 deletions

8
.npmignore vendored
View File

@ -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