diff --git a/.gitignore b/.gitignore index f2d90fd13c..e96b14efc6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ pids *.seed *.pid.lock +# Build package +dist/ + # Directory for instrumented libs generated by jscoverage/JSCover lib-cov @@ -54,9 +57,6 @@ typings/ # Yarn Integrity file .yarn-integrity -# dotenv environment variables file -.env - # next.js build output .next @@ -67,7 +67,18 @@ typings/ __pycache__ build *.egg-info +setup.pye +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# VSCode .vscode # In case you place source code in ~/nni/ diff --git a/deployment/pypi/.gitignore b/deployment/pypi/.gitignore index 331680e88e..be2c149bdc 100644 --- a/deployment/pypi/.gitignore +++ b/deployment/pypi/.gitignore @@ -1,6 +1,8 @@ nni/ +nni-yarn/ dist/ build/ *.egg-info/ +nni-yarn.tar.gz node-*.tar.xz -node-*/ \ No newline at end of file +node-*/