Skip to content

Commit da38446

Browse files
committed
ignore virtualenv
1 parent f08a831 commit da38446

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pagebreaks/__pycache__/
1313
# Version file is handled by hatchling
1414
_version.py
1515
venv
16+
testenv
1617
backend/pagebreak/Demos/** */
1718
backend/Demos/babynames/*
1819
backend/Demos/fec/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"watch:src": "tsc -w --sourceMap",
5757
"watch:labextension": "jupyter labextension watch .",
5858
"postinstall": "husky",
59-
"publish":"bash ./.husky/pre-commit && jlpm clean:all && python -m build && twine upload dist/*"
59+
"publish": "bash ./.husky/pre-commit && jlpm clean:all && python -m build && twine upload dist/*"
6060
},
6161
"dependencies": {
6262
"@jupyterlab/application": "^4.0.0",

0 commit comments

Comments
 (0)