2016-02-09 19:26:49 +03:00
|
|
|
# Python cache
|
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Virtual environment
|
|
|
|
env/
|
2016-02-20 04:04:59 +03:00
|
|
|
env27/
|
2018-05-31 08:48:05 +03:00
|
|
|
venv/
|
2017-03-08 19:50:45 +03:00
|
|
|
.python-version
|
2016-02-09 19:26:49 +03:00
|
|
|
|
|
|
|
# PTVS analysis
|
|
|
|
.ptvs/
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
obj/
|
|
|
|
dist/
|
|
|
|
MANIFEST
|
2017-10-18 19:39:23 +03:00
|
|
|
build_scripts/windows/out
|
2018-02-06 02:19:17 +03:00
|
|
|
cli-build-*/
|
2016-02-09 19:26:49 +03:00
|
|
|
|
|
|
|
# Result of running python setup.py install/pip install -e
|
|
|
|
RECORD.txt
|
|
|
|
build/
|
|
|
|
*.egg-info/
|
|
|
|
|
|
|
|
# Test results
|
|
|
|
TestResults/
|
2018-02-14 22:08:28 +03:00
|
|
|
test_failures.txt
|
2016-02-09 19:26:49 +03:00
|
|
|
|
|
|
|
# Credentials
|
|
|
|
credentials_real.json
|
|
|
|
testsettings_local.json
|
|
|
|
servicebus_settings_real.py
|
|
|
|
storage_settings_real.py
|
|
|
|
legacy_mgmt_settings_real.py
|
|
|
|
mgmt_settings_real.py
|
|
|
|
app_creds_real.py
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.sln.docstates
|
|
|
|
.vs/
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Mac desktop service store files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
.idea
|
|
|
|
src/build
|
|
|
|
*.iml
|
|
|
|
/doc/_build
|
2016-08-19 01:40:15 +03:00
|
|
|
/doc/sphinx/_build
|
2016-02-09 19:26:49 +03:00
|
|
|
/.vs/config/applicationhost.config
|
2016-03-25 01:03:07 +03:00
|
|
|
.vscode/settings.json
|
2016-11-08 21:27:42 +03:00
|
|
|
.vscode/.ropeproject/
|
2017-06-30 00:26:57 +03:00
|
|
|
.vscode/tags
|
2017-05-05 08:13:48 +03:00
|
|
|
.vscode/cSpell.json
|
2017-01-27 20:48:24 +03:00
|
|
|
.project
|
|
|
|
.pydevproject
|
2016-02-09 19:26:49 +03:00
|
|
|
|
|
|
|
# Azure deployment credentials
|
2016-03-25 01:03:07 +03:00
|
|
|
*.pubxml
|
2016-05-12 22:16:49 +03:00
|
|
|
|
|
|
|
# Auxiliary files
|
|
|
|
command_coverage.txt
|
2016-05-25 23:37:53 +03:00
|
|
|
|
2017-01-05 21:56:06 +03:00
|
|
|
# Test artifacts
|
2016-05-25 23:37:53 +03:00
|
|
|
private_config.json
|
2016-06-07 02:48:47 +03:00
|
|
|
scripts/smart_create_gen/config.ini
|
2017-03-01 21:08:21 +03:00
|
|
|
debug.log
|
2017-01-05 21:56:06 +03:00
|
|
|
test_results/
|
|
|
|
|
|
|
|
# Code coverage
|
|
|
|
.coverage
|
2017-04-13 01:32:34 +03:00
|
|
|
|
|
|
|
# CI output
|
2017-06-09 00:05:16 +03:00
|
|
|
artifacts/
|
|
|
|
|
|
|
|
# Nose test output
|
2017-06-20 08:04:16 +03:00
|
|
|
.noseids
|
|
|
|
|
2017-07-10 23:48:25 +03:00
|
|
|
# local Azure configuration
|
2017-08-05 02:20:38 +03:00
|
|
|
.azure-config/
|
2017-07-13 20:43:38 +03:00
|
|
|
|
|
|
|
# Python version
|
|
|
|
.python-version
|
2017-12-14 23:20:29 +03:00
|
|
|
|
|
|
|
# Pytest
|
|
|
|
.cache/
|
2018-07-03 23:42:23 +03:00
|
|
|
.pytest_cache/
|
|
|
|
|
2018-07-21 01:06:12 +03:00
|
|
|
# Logs
|
|
|
|
pip.log
|
|
|
|
|
2018-07-03 23:42:23 +03:00
|
|
|
|
2018-04-10 20:39:07 +03:00
|
|
|
az_command_coverage.txt
|