1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-09-22 15:41:43 +02:00

Ignore unnecessary stuff in npm package

This commit is contained in:
Satwik 2019-12-20 01:19:31 +05:30
parent 2f383f8dc0
commit 44e885a09c

8
.npmignore vendored
View File

@ -1 +1,9 @@
irrelevant/ 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