2020-12-25 12:51:35 +03:00
|
|
|
/nni/version.py
|
2020-10-26 18:21:59 +03:00
|
|
|
/nni_node/
|
|
|
|
/toolchain/
|
|
|
|
|
|
|
|
# unit test generated files
|
|
|
|
/test/model_path/
|
|
|
|
/test/temp.json
|
|
|
|
/test/ut/sdk/*.pth
|
2020-10-30 07:39:34 +03:00
|
|
|
/ts/nni_manager/exp_profile.json
|
|
|
|
/ts/nni_manager/metrics.json
|
|
|
|
/ts/nni_manager/trial_jobs.json
|
2021-07-30 14:11:02 +03:00
|
|
|
/test/ut/retiarii/_debug_graph_data.json
|
|
|
|
/test/ut/retiarii/out.tmp
|
2020-10-20 01:57:09 +03:00
|
|
|
|
2022-03-18 12:43:50 +03:00
|
|
|
# example generated files
|
|
|
|
/nni_assets/**/data/
|
|
|
|
|
2018-06-01 08:51:45 +03:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
2019-11-04 09:52:46 +03:00
|
|
|
# Build package
|
|
|
|
dist/
|
|
|
|
|
2018-06-01 08:51:45 +03:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
2021-06-25 07:32:35 +03:00
|
|
|
junit/
|
|
|
|
coverage.xml
|
|
|
|
test-*.xml
|
|
|
|
.coverage.*
|
|
|
|
htmlcov/
|
|
|
|
.coverage
|
2018-06-01 08:51:45 +03:00
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# TypeScript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
2018-10-11 12:36:31 +03:00
|
|
|
|
|
|
|
# Pycharm Project files
|
2018-10-31 12:55:29 +03:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# Python cache files
|
|
|
|
__pycache__
|
|
|
|
build
|
2018-12-13 09:40:16 +03:00
|
|
|
*.egg-info
|
2020-12-11 05:59:29 +03:00
|
|
|
.eggs/
|
2019-11-04 09:52:46 +03:00
|
|
|
setup.pye
|
2020-11-25 09:57:49 +03:00
|
|
|
**/__init__.pye
|
|
|
|
**/.ipynb_checkpoints
|
2019-01-11 10:04:21 +03:00
|
|
|
|
2019-11-04 09:52:46 +03:00
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# VSCode
|
2019-01-11 10:04:21 +03:00
|
|
|
.vscode
|
2019-11-14 12:14:00 +03:00
|
|
|
.vs
|
2020-12-11 05:26:25 +03:00
|
|
|
.history
|