lisa/.gitignore

26 строки
365 B
Plaintext

# IDE Settings
/.vscode
/.dir-locals.el
# lisa runtime folder
/runtime/*
# python cache
__pycache__
*.py[co]
# it's auto generated by poetry
lisa.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/