2018-02-02 19:52:05 +03:00
|
|
|
# Python cache
|
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
2023-05-23 15:14:04 +03:00
|
|
|
.ipynb_checkpoints/
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Virtual environment
|
|
|
|
env*/
|
2019-06-19 02:31:55 +03:00
|
|
|
venv*/
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# PTVS analysis
|
|
|
|
.ptvs/
|
|
|
|
|
|
|
|
# Coverage report
|
|
|
|
**/.coverage
|
2018-01-11 02:07:09 +03:00
|
|
|
|
|
|
|
# Build results
|
2018-02-02 19:52:05 +03:00
|
|
|
bin/
|
|
|
|
obj/
|
|
|
|
dist/
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# Result of running python setup.py install/pip install -e
|
|
|
|
RECORD.txt
|
|
|
|
build/
|
|
|
|
*.egg-info/
|
|
|
|
|
|
|
|
# Test results
|
|
|
|
TestResults/
|
|
|
|
.pytest_cache
|
|
|
|
|
|
|
|
# Credentials
|
|
|
|
credentials_real.json
|
|
|
|
testsettings_local.json
|
|
|
|
testsettings_local.cfg
|
|
|
|
servicebus_settings_real.py
|
|
|
|
storage_settings_real.py
|
|
|
|
legacy_mgmt_settings_real.py
|
|
|
|
mgmt_settings_real.py
|
|
|
|
app_creds_real.py
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.sln.docstates
|
2018-01-11 02:07:09 +03:00
|
|
|
.vs/
|
2018-02-02 19:52:05 +03:00
|
|
|
.vscode
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Mac desktop service store files
|
|
|
|
.DS_Store
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
.idea
|
|
|
|
src/build
|
|
|
|
*.iml
|
|
|
|
/doc/_build
|
|
|
|
/.vs/config/applicationhost.config
|
2018-01-11 02:07:09 +03:00
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# Azure deployment credentials
|
2018-01-11 02:07:09 +03:00
|
|
|
*.pubxml
|
|
|
|
|
2018-02-02 19:52:05 +03:00
|
|
|
# [begoldsm] ignore virtual env if it exists.
|
2023-05-23 15:14:04 +03:00
|
|
|
adlEnv/
|