Skip to content

Commit 44c70b5

Browse files
committed
Dont include python venv in node module
1 parent 1c58243 commit 44c70b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/dist/
66
/*.egg-info/
77
*.egg
8+
/venv/
89

910
# Installer logs
1011
pip-log.txt
@@ -18,4 +19,4 @@ node_modules
1819

1920
/*.py
2021
/setup.cfg
21-
22+
/runtests.py

0 commit comments

Comments
 (0)