archai/.gitignore

163 строки
2.1 KiB
Plaintext
Исходник Обычный вид История

2022-08-17 17:32:07 +03:00
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Unwanted files and folders
.amltconfig
amlt/
!.vscode/*.json
**/*.bin
**/*.csv
**/*.db
2022-08-17 17:32:07 +03:00
**/*.json
**/*.log*
**/*.onnx
**/*.pkl
**/*.pt
**/*.pth
**/*.th
# Docker build .env files
.env
devices/docker/build.ps1
2020-05-18 13:11:07 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
2020-12-19 08:14:14 +03:00
lib/
2020-05-18 13:11:07 +03:00
lib64/
parts/
sdist/
var/
wheels/
2022-08-17 17:32:07 +03:00
pip-wheel-metadata/
share/python-wheels/
2020-05-18 13:11:07 +03:00
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
2022-05-03 03:46:13 +03:00
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
2020-05-18 13:11:07 +03:00
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
2022-08-17 17:32:07 +03:00
.nox/
2020-05-18 13:11:07 +03:00
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
2022-08-17 17:32:07 +03:00
*.py,cover
2020-05-18 13:11:07 +03:00
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
2022-08-17 17:32:07 +03:00
*.log.*
2020-05-18 13:11:07 +03:00
local_settings.py
db.sqlite3
2022-08-17 17:32:07 +03:00
db.sqlite3-journal
2020-05-18 13:11:07 +03:00
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
2020-05-18 13:11:07 +03:00
# pyenv
.python-version
2022-08-17 17:32:07 +03:00
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
2020-05-18 13:11:07 +03:00
celerybeat-schedule
celerybeat.pid
2020-05-18 13:11:07 +03:00
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2023-02-15 23:08:54 +03:00
.azureml/
2020-05-18 13:11:07 +03:00
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
/.gtm/
.dmypy.json
dmypy.json
2020-12-03 23:50:29 +03:00
2022-08-17 17:32:07 +03:00
# Pyre type checker
2023-04-04 20:26:11 +03:00
.pyre/
output/
# Azure notebooks
mlruns/
dataroot/
temp_code/
mnist_test_run*/
logs/
2023-04-04 05:07:32 +03:00
output/