зеркало из https://github.com/microsoft/lisa.git
37 строки
429 B
Plaintext
37 строки
429 B
Plaintext
# IDE Settings
|
|
.vscode
|
|
.dir-locals.el
|
|
|
|
# lisa runtime folder
|
|
runtime/*
|
|
|
|
# python cache
|
|
__pycache__
|
|
*.py[co]
|
|
|
|
# egg info
|
|
*.egg-info
|
|
|
|
# code coverage result
|
|
.coverage
|
|
htmlcov
|
|
|
|
# html pages generated by sphinx
|
|
docs/_build
|
|
|
|
# auto-generated test table & specifications
|
|
docs/run_test/test_summary.rst
|
|
docs/run_test/test_spec.rst
|
|
|
|
[.][v]env/
|
|
|
|
# Virtual environments
|
|
.nox
|
|
|
|
# Packaging directories
|
|
build
|
|
dist
|
|
|
|
# Local working file
|
|
notes
|